diff options
author | jocuri%softhome.net <> | 2008-04-04 13:47:08 +0200 |
---|---|---|
committer | jocuri%softhome.net <> | 2008-04-04 13:47:08 +0200 |
commit | a6545277b34a04ac3c15c2170f9edf48891ba391 (patch) | |
tree | 05c42bcf44421171e63949a3b849ae4a1d34cd71 | |
parent | 295f94df4e3f4716a4253b7e35ab2182154dc274 (diff) | |
download | bugzilla-a6545277b34a04ac3c15c2170f9edf48891ba391.tar.gz bugzilla-a6545277b34a04ac3c15c2170f9edf48891ba391.tar.xz |
Documentation patch for bug 266461: Document minimum requirements for ft_min_word_len MySQL parameter; patch by Shane H. W. Travis <travis@sedsystems.ca> modified by me.
-rw-r--r-- | docs/en/xml/installation.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/en/xml/installation.xml b/docs/en/xml/installation.xml index 3fc8a3171..fb54766f0 100644 --- a/docs/en/xml/installation.xml +++ b/docs/en/xml/installation.xml @@ -1,5 +1,5 @@ <!-- <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"> --> -<!-- $Id: installation.xml,v 1.77 2008/04/04 06:47:07 jocuri%softhome.net Exp $ --> +<!-- $Id: installation.xml,v 1.78 2008/04/04 06:47:08 jocuri%softhome.net Exp $ --> <chapter id="installing-bugzilla"> <title>Installing Bugzilla</title> @@ -655,6 +655,10 @@ <para>Rebuilding the indexes can be done based on documentation found at <ulink url="http://www.mysql.com/doc/en/Fulltext_Fine-tuning.html"/>. </para> + + <note> + The ft_min_word_len parameter is only suported in MySQL v4 or higher. + </note> </section> <section> |