1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

fix tests to cleanup after themselves

This commit is contained in:
Sergei Golubchik
2014-02-06 16:27:55 +01:00
parent 3403f06d26
commit b7b991add0
10 changed files with 16 additions and 0 deletions

View File

@ -608,6 +608,7 @@ use test;
--echo
--echo -------- switch to master -------
connection master;
DROP TEMPORARY TABLE mysqltest1.t22;
DROP DATABASE mysqltest1;
# mysqltest2 was alreday DROPPED some tests before.
DROP DATABASE mysqltest3;