Commit 7b669c4d authored by Sergei Golubchik's avatar Sergei Golubchik

fix main.plugin_vars test to cleanup after itself

parent d0856d54
......@@ -89,3 +89,5 @@ select plugin_status from information_schema.plugins where plugin_name='archive'
--error ER_UNKNOWN_STORAGE_ENGINE
execute s;
drop table t1;
let $datadir=`select @@datadir`;
remove_file $datadir/test/t1.ARZ;
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