Bug #91325 | upgrade fail: Assertion failure: dict0dict.cc:1272:table->referenced_set.empty() | ||
---|---|---|---|
Submitted: | 20 Jun 2018 10:11 | Modified: | 20 Aug 2018 13:30 |
Reporter: | Shane Bester (Platinum Quality Contributor) | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: InnoDB storage engine | Severity: | S2 (Serious) |
Version: | 8.0.11 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[20 Jun 2018 10:11]
Shane Bester
[20 Jun 2018 10:46]
MySQL Verification Team
Also see: [InnoDB] InnoDB: Assertion failure: dict0dict.cc:1271:table->foreign_set.empty() thread 9808
[20 Jun 2018 11:44]
MySQL Verification Team
repeated on windows + linux ...
[20 Aug 2018 13:30]
Daniel Price
Posted by developer: Fixed as of the upcoming 8.0.13 release, and here's the changelog entry: The server exited during an in-place upgrade from MySQL 5.7 to MySQL 8.0 due to an attempted eviction of a foreign-key-related table from the cache. At the end of the upgrade, tables with FULLTEXT indexes were marked as ready for eviction without checking for foreign key relationships.