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:
@@ -64,5 +64,6 @@ ALTER TABLE t2 IMPORT TABLESPACE;
|
|||||||
|
|
||||||
DROP TABLE t2;
|
DROP TABLE t2;
|
||||||
|
|
||||||
|
--remove_file $MYSQLD_DATADIR/test/t2.ibd
|
||||||
--remove_file $MYSQLD_DATADIR/test/tmp.ibd
|
--remove_file $MYSQLD_DATADIR/test/tmp.ibd
|
||||||
--remove_file $MYSQLD_DATADIR/test/tmp.cfg
|
--remove_file $MYSQLD_DATADIR/test/tmp.cfg
|
||||||
|
|||||||
Reference in New Issue
Block a user