We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 761cf49 commit d40c235Copy full SHA for d40c235
storage/rocksdb/mysql-test/rocksdb/t/add_index_inplace_crash.test
@@ -105,3 +105,13 @@ SHOW CREATE TABLE t1;
105
SELECT COUNT(*) FROM t1;
106
107
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