1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

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:
Elena Stepanova
2017-11-01 18:40:09 +02:00
parent 0ed5c09b28
commit 5e5adfa729

View File

@ -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