Skip to content

Commit

Permalink
Cleanup up after failed alter table in add_index_inplace_crash
Browse files Browse the repository at this point in the history
  • Loading branch information
montywi committed Nov 9, 2017
1 parent 761cf49 commit d40c235
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions storage/rocksdb/mysql-test/rocksdb/t/add_index_inplace_crash.test
Original file line number Diff line number Diff line change
Expand Up @@ -105,3 +105,13 @@ SHOW CREATE TABLE t1;
SELECT COUNT(*) FROM t1;

DROP TABLE t1;

# Cleanup temporary #sql files. In the future server will remove these
# automatically but for now we need to do the delete explicit

--disable_query_log
--disable_result_log
let $datadir=`select @@datadir`;
--remove_files_wildcard $datadir/test #sql*
--enable_result_log
--enable_query_log

0 comments on commit d40c235

Please sign in to comment.