diff options
author | Gervase Markham <gerv@gerv.net> | 2015-08-04 15:54:19 +0200 |
---|---|---|
committer | Gervase Markham <gerv@hare> | 2015-08-04 15:54:19 +0200 |
commit | 47ff0d8b2cae5f1b8b193ec8c57f4786fcb4e3ce (patch) | |
tree | 01b45a5306b4801eceb00bc0cdc2a296d5e7d2be /docs | |
parent | 8425656aa295086e257dd5cd673843ed238f57cd (diff) | |
download | bugzilla-47ff0d8b2cae5f1b8b193ec8c57f4786fcb4e3ce.tar.gz bugzilla-47ff0d8b2cae5f1b8b193ec8c57f4786fcb4e3ce.tar.xz |
Bug 1186866 - fix line number in MySQL section. r=mcote
Diffstat (limited to 'docs')
-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 23cb50239..2b0e2bb98 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. |