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
This commit is contained in:
parent
0ed5c09b28
commit
5e5adfa729
@ -73,5 +73,10 @@ if (!$tmp) {
|
||||
}
|
||||
|
||||
call mtr.check_testcase();
|
||||
|
||||
let $datadir=`select @@datadir`;
|
||||
list_files $datadir/test #sql*;
|
||||
list_files $datadir/mysql #sql*;
|
||||
|
||||
--enable_query_log
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user