Commit 5e5adfa7 authored by Elena Stepanova's avatar Elena Stepanova

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
parent 0ed5c09b
......@@ -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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment