Below is the list of changes that have just been committed into a local
mysqldoc repository of paul. When paul does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://www.mysql.com/doc/I/n/Installing_source_tree.html
ChangeSet
1.2667 05/05/15 17:38:07 paul@stripped +1 -0
manual.texi:
FULLTEXT index rebuild is necessary after changing
contents of stopword file.
Docs/manual.texi
1.2858 05/05/15 17:37:24 paul@stripped +9 -6
FULLTEXT index rebuild is necessary after changing
contents of stopword file.
# This is a BitKeeper patch. What follows are the unified diffs for the
# set of deltas contained in the patch. The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User: paul
# Host: frost.snake.net
# Root: /Volumes/frost2/MySQL/bk/mysqldoc
--- 1.2857/Docs/manual.texi 2005-05-15 14:38:13 -05:00
+++ 1.2858/Docs/manual.texi 2005-05-15 17:37:24 -05:00
@@ -21281,7 +21281,7 @@
MySQL 4.0.10.
@strong{Note}: @code{FULLTEXT} indexes must be rebuilt after changing
-this variable.
+this variable or the contents of the stopword file.
Use @code{REPAIR TABLE @var{tbl_name} QUICK}.
@item group_concat_max_len
@@ -52585,8 +52585,10 @@
To override the default stopword list, set the @code{ft_stopword_file}
system variable (available as of MySQL 4.0.10).
@xref{Server system variables}.
-The variable value should be the pathname of the file containing the stopword
-list, or the empty string to disable stopword filtering. After changing the value, rebuild your @code{FULLTEXT} indexes.
+The variable value should be the pathname of the file containing the
+stopword list, or the empty string to disable stopword filtering. After
+changing the value of this variable or the contents of the stopword file,
+rebuild your @code{FULLTEXT} indexes.
@item
The 50% threshold for natural language searches is determined by the
@@ -52624,9 +52626,10 @@
If you modify full-text variables that affect indexing
(@code{ft_min_word_len}, @code{ft_max_word_len}, or
-@code{ft_stopword_file}), you must rebuild your @code{FULLTEXT} indexes
-after making the changes and restarting the server. To rebuild the indexes
-in this case, it's sufficient to do a @code{QUICK} repair operation:
+@code{ft_stopword_file}), or if you change the stopword file itself, you
+must rebuild your @code{FULLTEXT} indexes after making the changes and
+restarting the server. To rebuild the indexes in this case, it's sufficient
+to do a @code{QUICK} repair operation:
@example
mysql> REPAIR TABLE @var{tbl_name} QUICK;
| Thread |
|---|
| • bk commit - mysqldoc@docsrva tree (paul:1.2667) | paul | 16 May |