| Bug #25951 | ignore/use index does not work with fulltext | ||
|---|---|---|---|
| Submitted: | 30 Jan 2007 17:13 | Modified: | 8 May 2007 3:06 |
| Reporter: | Martin Friebe (Gold Quality Contributor) | ||
| Status: | Closed | ||
| Category: | Server | Severity: | S3 (Non-critical) |
| Version: | 4.1.22 and 5.0.33 | OS: | Any (*) |
| Assigned to: | Sergey Vojtovich | Target Version: | |
| Tags: | fulltext, use index, ignore index, qc | ||
[30 Jan 2007 17:13]
Martin Friebe
[5 Feb 2007 19:38]
Miguel Solorzano
Thank you for the bug report.
[12 Apr 2007 19: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 11:21]
Bugs System
Pushed into 5.1.18-beta
[27 Apr 2007 11:24]
Bugs System
Pushed into 5.0.42
[27 Apr 2007 11:25]
Bugs System
Pushed into 4.1.23
[8 May 2007 3: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.
