| Bug #74769 | innodb_fts.compatibility got Assertion in file ut0ut.cc line 905 | ||
|---|---|---|---|
| Submitted: | 10 Nov 2014 15:09 | Modified: | 16 Dec 2014 19:12 |
| Reporter: | Horst Hunger | Email Updates: | |
| Status: | Closed | Impact on me: | |
| Category: | MySQL Server: InnoDB storage engine | Severity: | S2 (Serious) |
| Version: | 5.7.6-0.3.m16 | OS: | Any |
| Assigned to: | CPU Architecture: | Any | |
[10 Nov 2014 15:09]
Horst Hunger
[15 Dec 2014 18:55]
Daniel Price
Posted by developer:
commit 4511e1f646140afd9f5c540331bda3d0e2506601
Author: Thiru <thirunarayanan.balathandayuth@oracle.com>
Date: Mon Dec 15 11:46:30 2014 +0530
Bug #20001827 INNODB_FTS.COMPATIBILITY FAILING ASSERTION:
!(TABLE->FLAGS2 & (64))
Description:
While renaming the windows fts file name to non windows file name,
there is possibility of auxiliary table storing it twice.
Solution:
Before adding to auxiliary table to be renamed, check whether fts auxiliary
table already exist.
Approved by Jimmy (rb-7388)
[16 Dec 2014 19:12]
Daniel Price
Posted by developer: Fixed as of the upcoming 5.7.6 release, and here's the changelog entry: On Windows, renaming a "FULLTEXT" search file name raised an assertion.
