1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-30 05:23:50 +03:00

MDEV-20931 fixup: innodb.import_corrtupted test cleanup

In MariaDB 10.6, ALTER TABLE t2 IMPORT TABLESPACE
will not remove the file t2.ibd on failure.

This fixes a failure of
./mtr --no-reorder innodb.import_corrupted innodb.innodb-agregate
This commit is contained in:
Marko Mäkelä
2021-08-19 13:02:05 +03:00
parent f3fcf5f45c
commit d12b5e2187

View File

@@ -64,5 +64,6 @@ ALTER TABLE t2 IMPORT TABLESPACE;
DROP TABLE t2;
--remove_file $MYSQLD_DATADIR/test/t2.ibd
--remove_file $MYSQLD_DATADIR/test/tmp.ibd
--remove_file $MYSQLD_DATADIR/test/tmp.cfg