Bug #96477 | FLUSH TABLE t FOR EXPORT or ALTER TABLE t2 IMPORT TABLESPACE broken in 8.0.17. | ||
---|---|---|---|
Submitted: | 8 Aug 2019 20:37 | Modified: | 23 Dec 2019 20:11 |
Reporter: | Jean-François Gagné | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: InnoDB storage engine | Severity: | S2 (Serious) |
Version: | 8.0.17 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[8 Aug 2019 20:37]
Jean-François Gagné
[16 Aug 2019 9:29]
MySQL Verification Team
Hello Jean-François, Thank you for the report and test case. Verified as described. regards, Umesh
[16 Aug 2019 9:30]
MySQL Verification Team
Test results - 8.0.17
Attachment: 96477_8.0.17.results (application/octet-stream, text), 4.70 KiB.
[16 Aug 2019 9:31]
MySQL Verification Team
Test results - 5.7.27 - No issues observed like 8.0.17 with exact steps
Attachment: 96477_5.7.27.results (application/octet-stream, text), 3.59 KiB.
[23 Dec 2019 20:11]
Daniel Price
Posted by developer: Fixed as of the upcoming 8.0.20 release, and here's the changelog entry: An index corruption error was reported when attempting to import a table containing a column that was added to the table using the INSTANT algorithm. The error was due to missing metadata associated with the instantly added column.
[24 Dec 2019 13:33]
Daniel Price
Posted by developer: Changelog entry revised as follows: "An index corruption error was reported when attempting to import a tablespace containing a table column that was added using ALGORITHM=INSTANT. The error was due to missing metadata associated with the instantly added column."
[4 Feb 2021 9:33]
Gauravkumar Mishra
We are observing this error on 8.0.22 when using the MEB Backup too. Can you please check.
[18 Feb 2021 7:45]
Ingo Strüwing
I was able to reproduce the problem in 8.0.19 with mysqlbackup and with the described SQL statements, but not in 8.0.20 nor 8.0.22. I did not try with other versions. Can we please have a description, how to repeat the problem in 8.0.22? There should be some extra steps or differences in the table layout, compared to the old description.