Bug #6232 | Full-Text Index Problem | ||
---|---|---|---|
Submitted: | 24 Oct 2004 8:16 | Modified: | 25 Oct 2004 8:33 |
Reporter: | alireza vahedi | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: MyISAM storage engine | Severity: | S1 (Critical) |
Version: | 4.1 | OS: | Windows (windows(xp,2000) - linux) |
Assigned to: | Sergei Golubchik | CPU Architecture: | Any |
[24 Oct 2004 8:16]
alireza vahedi
[24 Oct 2004 8:42]
MySQL Verification Team
Hi, Thank you for the report, but we need a repeatable test case. It would be good if you create a small test case, or upload your table and provide an exactly query that crashes MySQL server.
[24 Oct 2004 23:23]
Sergei Golubchik
Thanks for the test case! Could you also show the output of SHOW VARIABLES statement ?
[25 Oct 2004 8:33]
Sergei Golubchik
Thank you for your bug report. This issue has been committed to our source repository of that product and will be incorporated into the next release. If necessary, you can access the source repository and build the latest available version, including the bugfix, yourself. More information about accessing the source trees is available at http://www.mysql.com/doc/en/Installing_source_tree.html Additional info: Thanks for the test case. The problem was that your table contained bytes that are not valid utf8 characters. Though mysqld didn't crash for me, it did hang forever. I now added a protection against it, these bytes are now skipped during the indexing. Fixed in 4.1.8