fix main.plugin_vars test to cleanup after itself

This commit is contained in:
Sergei Golubchik 2024-02-05 16:29:32 +01:00
parent 9ddac64188
commit 70f000f1dc

View file

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