Fixed failing test case

This commit is contained in:
Michael Widenius 2014-02-11 16:57:28 +02:00
parent 67e8e926e9
commit 2d48e9f11c
2 changed files with 2 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;

View File

@ -1617,6 +1617,7 @@ user
use test;
-------- switch to master -------
DROP TEMPORARY TABLE mysqltest1.t22;
DROP DATABASE mysqltest1;
DROP DATABASE mysqltest3;
include/rpl_end.inc