mariadb/mysql-test/suite/innodb_zip
Marko Mäkelä 2e67b9f665 MDEV-25265: ALTER TABLE...IMPORT TABLESPACE fails after DROP INDEX
A side effect of the MDEV-24589 bug fix is that if
FLUSH TABLE...FOR EXPORT is initiated before the history of an
earlier DROP INDEX operation has been purged, then the data file
will contain allocated pages that belonged to the dropped indexes.
These pages would never be freed after a subsequent IMPORT TABLESPACE.

We will work around this regression by making IMPORT TABLESPACE
tolerate pages that refer to an unknown index.
2021-03-26 10:57:26 +02:00
..
include MDEV-13564: Implement innodb_unsafe_truncate=ON for compatibility 2018-10-11 08:17:04 +03:00
r MDEV-25265: ALTER TABLE...IMPORT TABLESPACE fails after DROP INDEX 2021-03-26 10:57:26 +02:00
t MDEV-25265: ALTER TABLE...IMPORT TABLESPACE fails after DROP INDEX 2021-03-26 10:57:26 +02:00
disabled.def MDEV-11629: Unknown table 'innodb_cmp_per_index_reset' in 2017-04-03 07:37:11 +03:00