]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1186866 - fix line number in MySQL section. r=mcote
authorGervase Markham <gerv@gerv.net>
Wed, 5 Aug 2015 16:35:26 +0000 (17:35 +0100)
committerGervase Markham <gerv@gerv.net>
Wed, 5 Aug 2015 16:35:26 +0000 (17:35 +0100)
docs/en/rst/installing/quick-start.rst

index ace2106ee80bb77418847acdae4aa7ac138a5d9a..f4d3a77ee37fc2308a63341ac77ca95e0e30a6f1 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.