diff options
author | Gervase Markham <gerv@gerv.net> | 2015-08-05 17:35:26 +0100 |
---|---|---|
committer | Gervase Markham <gerv@gerv.net> | 2015-08-05 17:35:26 +0100 |
commit | 31ddb55f600047566fcccfb355f5f263ce98cb58 (patch) | |
tree | cf3f300528e8ffbce9f9595d7dcf7f6316e92b4a | |
parent | 02f6deddc928d550f115b0d75f91e4d8e44be43e (diff) | |
download | bugs-31ddb55f600047566fcccfb355f5f263ce98cb58.tar bugs-31ddb55f600047566fcccfb355f5f263ce98cb58.tar.gz bugs-31ddb55f600047566fcccfb355f5f263ce98cb58.tar.bz2 bugs-31ddb55f600047566fcccfb355f5f263ce98cb58.tar.xz bugs-31ddb55f600047566fcccfb355f5f263ce98cb58.zip |
Bug 1186866 - fix line number in MySQL section. r=mcote
-rw-r--r-- | docs/en/rst/installing/quick-start.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/en/rst/installing/quick-start.rst b/docs/en/rst/installing/quick-start.rst index ace2106ee..f4d3a77ee 100644 --- a/docs/en/rst/installing/quick-start.rst +++ b/docs/en/rst/installing/quick-start.rst @@ -85,7 +85,7 @@ Set the following values, which increase the maximum attachment size and make it possible to search for short words and terms: * Alter on Line 52: ``max_allowed_packet=100M`` -* Add as new line 31, in the ``[mysqld]`` section: ``ft_min_word_len=2`` +* Add as new line 32, in the ``[mysqld]`` section: ``ft_min_word_len=2`` Save and exit. |