https://bugzilla.wikimedia.org/show_bug.cgi?id=352

Mark A. Hershberger <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #8 from Mark A. Hershberger <[email protected]> 2011-05-28 
02:59:03 UTC ---
See http://dev.mysql.com/doc/refman/5.1/en/fulltext-fine-tuning.html which says
"To override the default stopword list, set the ft_stopword_file system
variable. ... if you change the stopword file itself, you must rebuild your
FULLTEXT indexes after making the changes and restarting the server. To rebuild
the indexes in this case, it is sufficient to do a QUICK repair operation:
REPAIR TABLE tbl_name QUICK;"

So, while you can't "reliably disable it per table", you *can* disable it
without compiling by setting ft_stopword_file to "", restarting, and then
rebuilding the table.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to