Skip to content

Commit 5e5adfa

Browse files
committed
MDEV-14029 Server does not remove #sql*.frm files after crash during ALTER TABLE
Add a check for #sql* files in test and mysql subdirs to the testcase check
1 parent 0ed5c09 commit 5e5adfa

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

mysql-test/include/check-testcase.test

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,10 @@ if (!$tmp) {
7373
}
7474

7575
call mtr.check_testcase();
76+
77+
let $datadir=`select @@datadir`;
78+
list_files $datadir/test #sql*;
79+
list_files $datadir/mysql #sql*;
80+
7681
--enable_query_log
7782

0 commit comments

Comments
 (0)