Bug #88511 | innodb assertion failure in table rename | ||
---|---|---|---|
Submitted: | 16 Nov 2017 8:04 | Modified: | 16 Nov 2017 8:11 |
Reporter: | Wei Zhao (OCA) | Email Updates: | |
Status: | Verified | Impact on me: | |
Category: | MySQL Server: InnoDB storage engine | Severity: | S3 (Non-critical) |
Version: | mysql-5.7.17 | OS: | Any |
Assigned to: | CPU Architecture: | Any | |
Tags: | Contribution |
[16 Nov 2017 8:04]
Wei Zhao
[16 Nov 2017 8:05]
Wei Zhao
this patch fixes the bug (*) I confirm the code being submitted is offered under the terms of the OCA, and that I am authorized to contribute it.
Contribution: idb_retry_25k.diff (application/octet-stream, text), 1.81 KiB.
[16 Nov 2017 8:11]
MySQL Verification Team
Hello Wei Zhao, Thank you for the bug report and contribution. Thanks, Umesh
[24 Jan 2022 3:56]
George Ma
Any progress? I met this problem in the latest version.
[8 Aug 2022 10:32]
Shaohua Wang
The patch here cannot fix the problem but make the system hang for a long time and core finally after 900s. Turn off the change buffer will avoid the problem(system hang and core). innodb_change_buffering=none Refer to new bug for more details: https://bugs.mysql.com/bug.php?id=108087