Bug #27040 | Incorrect FTS parser name output | ||
---|---|---|---|
Submitted: | 12 Mar 2007 5:37 | Modified: | 24 Oct 2007 18:40 |
Reporter: | Yoshinori Matsunobu | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: FULLTEXT search | Severity: | S3 (Non-critical) |
Version: | 5.1.18-BK, 5.1.16 | OS: | Any |
Assigned to: | Sergey Vojtovich | CPU Architecture: | Any |
Tags: | Contribution |
[12 Mar 2007 5:37]
Yoshinori Matsunobu
[29 Mar 2007 6:56]
Valeriy Kravchuk
Thank you for a bug report and contributed patch idea. Verified just as described with code review on latest 5.1.18-BK souces: that part of code is still the same.
[2 Aug 2007 19:00]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/commits/32025 ChangeSet@1.2569, 2007-08-03 03:50:19+05:00, svoj@mysql.com +1 -0 BUG#27040 - Incorrect FTS parser name output When a table uses two (or more) fulltext keys with different fulltext parsers, all fulltext keys (excluding those that use built-in parser) were using first parser that was mentioned in .frm. With this fix fulltext keys use proper (assigned during create table) fulltext parser. This code was contributed by Yoshinori Matsunobu ymatsunobu@mysql.com on 2007-03-12 The copyright was assigned and transferred under the terms of the MySQL Contributor License Agreement.
[22 Oct 2007 17:03]
Bugs System
Pushed into 5.1.23-beta
[24 Oct 2007 18:40]
Paul DuBois
Noted in 5.1.23 changelog. For a table that used different full-text parsers for different FULLTEXT indexes, SHOW CREATE TABLE displayed the first parser name for all of them.