]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1186866 - fix line number in MySQL section. r=mcote
authorGervase Markham <gerv@gerv.net>
Tue, 4 Aug 2015 13:54:19 +0000 (14:54 +0100)
committerGervase Markham <gerv@hare>
Tue, 4 Aug 2015 13:54:19 +0000 (14:54 +0100)
docs/en/rst/installing/quick-start.rst

index 23cb502398209a4c72a554d9550bb8316bae538f..2b0e2bb98e91f2fd5cfda2ec81c89f0789f3ebaa 100644 (file)
@@ -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.