Commit 2d48e9f1 authored by Michael Widenius's avatar Michael Widenius

Fixed failing test case

parent 67e8e926
...@@ -608,6 +608,7 @@ use test; ...@@ -608,6 +608,7 @@ use test;
--echo --echo
--echo -------- switch to master ------- --echo -------- switch to master -------
connection master; connection master;
DROP TEMPORARY TABLE mysqltest1.t22;
DROP DATABASE mysqltest1; DROP DATABASE mysqltest1;
# mysqltest2 was alreday DROPPED some tests before. # mysqltest2 was alreday DROPPED some tests before.
DROP DATABASE mysqltest3; DROP DATABASE mysqltest3;
...@@ -1617,6 +1617,7 @@ user ...@@ -1617,6 +1617,7 @@ user
use test; use test;
-------- switch to master ------- -------- switch to master -------
DROP TEMPORARY TABLE mysqltest1.t22;
DROP DATABASE mysqltest1; DROP DATABASE mysqltest1;
DROP DATABASE mysqltest3; DROP DATABASE mysqltest3;
include/rpl_end.inc include/rpl_end.inc
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment