1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +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

@ -84,4 +84,5 @@ SELECT 1;
# Con1
UNLOCK TABLES;
# Default
SET DEBUG_SYNC = 'RESET';
DROP TABLE t1, t2;