1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

Test case clean-up do to causing other test failures

This commit is contained in:
jmiller@mysql.com
2006-01-06 01:09:17 +01:00
parent 5ffdab0059
commit d1aacfad69
4 changed files with 7 additions and 3 deletions

View File

@@ -94,6 +94,8 @@ show create table t1;
# cleanup
connection master;
DROP TABLE t1;
# Need to drop mysqltest1 as well so other test will pass.
DROP DATABASE mysqltest1;
sync_slave_with_master;
# End of 5.1 test case