diff options
author | jocuri%softhome.net <> | 2004-11-08 08:54:47 +0100 |
---|---|---|
committer | jocuri%softhome.net <> | 2004-11-08 08:54:47 +0100 |
commit | 943221e8bfb2352d083b213658d53208094c7073 (patch) | |
tree | aef1f303f07fe6e99b2b31f7ce1538ddf768d64d | |
parent | c07257a3579ab460ad6a677875a468de0cd23236 (diff) | |
download | bugzilla-943221e8bfb2352d083b213658d53208094c7073.tar.gz bugzilla-943221e8bfb2352d083b213658d53208094c7073.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/xml/installation.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/xml/installation.xml b/docs/xml/installation.xml index 449ff38cc..b457d451f 100644 --- a/docs/xml/installation.xml +++ b/docs/xml/installation.xml @@ -1,5 +1,5 @@ <!-- <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"> --> -<!-- $Id: installation.xml,v 1.77 2004/10/24 23:54:37 jocuri%softhome.net Exp $ --> +<!-- $Id: installation.xml,v 1.78 2004/11/07 23:54:47 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> |