1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

Made tests clean up after themselves.

This commit is contained in:
Sven Sandberg
2010-11-19 14:54:29 +01:00
parent 196b1cc79e
commit 4af50d8655
2 changed files with 2 additions and 0 deletions

View File

@@ -85,4 +85,5 @@ INSERT INTO t1 VALUES (1),(1);
sync_slave_with_master;
connection master;
drop table t1;
sync_slave_with_master;
# End of 4.1 tests