Commit 9b9d75c3 authored by unknown's avatar unknown
Browse files

Fixed depedency problem with the following test.

Without resetting, the next test will not pass.

parent 0fa77764
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -26,3 +26,5 @@ from-master-2-'',
from-var-from-master-3
drop table t1;
stop slave;
reset master;
reset slave;
+4 −0
Original line number Diff line number Diff line
@@ -45,3 +45,7 @@ sync_with_master;
stop slave;

# End of 4.1 tests

reset master;
reset slave;
disconnect master;