mirror of
https://github.com/MariaDB/server.git
synced 2025-01-27 09:14:17 +01:00
fix main.plugin_vars test to cleanup after itself
This commit is contained in:
parent
9ddac64188
commit
70f000f1dc
1 changed files with 2 additions and 0 deletions
|
@ -89,3 +89,5 @@ select plugin_status from information_schema.plugins where plugin_name='archive'
|
||||||
--error ER_UNKNOWN_STORAGE_ENGINE
|
--error ER_UNKNOWN_STORAGE_ENGINE
|
||||||
execute s;
|
execute s;
|
||||||
drop table t1;
|
drop table t1;
|
||||||
|
let $datadir=`select @@datadir`;
|
||||||
|
remove_file $datadir/test/t1.ARZ;
|
||||||
|
|
Loading…
Add table
Reference in a new issue