Skip to content

Commit d40c235

Browse files
committed
Cleanup up after failed alter table in add_index_inplace_crash
1 parent 761cf49 commit d40c235

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

storage/rocksdb/mysql-test/rocksdb/t/add_index_inplace_crash.test

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,3 +105,13 @@ SHOW CREATE TABLE t1;
105105
SELECT COUNT(*) FROM t1;
106106

107107
DROP TABLE t1;
108+
109+
# Cleanup temporary #sql files. In the future server will remove these
110+
# automatically but for now we need to do the delete explicit
111+
112+
--disable_query_log
113+
--disable_result_log
114+
let $datadir=`select @@datadir`;
115+
--remove_files_wildcard $datadir/test #sql*
116+
--enable_result_log
117+
--enable_query_log

0 commit comments

Comments
 (0)