Bug #74103 | Remove index name lookups during DML | ||
---|---|---|---|
Submitted: | 26 Sep 2014 9:57 | Modified: | 2 Oct 2014 14:07 |
Reporter: | Marko Mäkelä | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: InnoDB storage engine | Severity: | S3 (Non-critical) |
Version: | 5.7.5 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[26 Sep 2014 9:57]
Marko Mäkelä
[2 Oct 2014 14:07]
Daniel Price
Posted by developer: Fixed as of the upcoming 5.7.6 release, and here's the changelog entry: For "FULLTEXT" indexes, a lookup for a special index named "FTS_DOC_ID_INDEX" would be performed during DML operations. To avoid the costly lookups, a pointer to "FTS_DOC_ID_INDEX" is now cached at DDL time.