Bug #25951 | ignore/use index does not work with fulltext | ||
---|---|---|---|
Submitted: | 30 Jan 2007 16:13 | Modified: | 8 May 2007 1:06 |
Reporter: | Martin Friebe (Gold Quality Contributor) (OCA) | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server | Severity: | S3 (Non-critical) |
Version: | 4.1.22 and 5.0.33 | OS: | Any (*) |
Assigned to: | Sergey Vojtovich | CPU Architecture: | Any |
Tags: | fulltext, ignore index, qc, use index |
[30 Jan 2007 16:13]
Martin Friebe
[5 Feb 2007 18:38]
MySQL Verification Team
Thank you for the bug report.
[12 Apr 2007 17:37]
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/24400 ChangeSet@1.2630, 2007-04-13 02:31:34+05:00, svoj@mysql.com +3 -0 BUG#25951 - ignore/use index does not work with fulltext IGNORE/USE/FORCE INDEX hints were honored when choosing FULLTEXT index. With this fix these hints are ignored. For regular indexes we may perform table scan instead of index lookup when IGNORE INDEX was specified. We cannot do this for FULLTEXT in NLQ mode.
[27 Apr 2007 9:21]
Bugs System
Pushed into 5.1.18-beta
[27 Apr 2007 9:24]
Bugs System
Pushed into 5.0.42
[27 Apr 2007 9:25]
Bugs System
Pushed into 4.1.23
[8 May 2007 1:06]
Paul DuBois
Noted in 4.1.23, 5.0.42, 5.1.18 changelogs. Index hints (USE INDEX, IGNORE INDEX, FORCE INDEX) cannot be used with FULLTEXT indexes, but were not being ignored.