Remove the cleanup of table t1 until problem with lock is fixed

parent 3efa2df7
...@@ -24,5 +24,3 @@ INSERT INTO `t1`(`f1`) VALUES ('aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ...@@ -24,5 +24,3 @@ INSERT INTO `t1`(`f1`) VALUES ('aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
SHOW STATUS LIKE 'Slave_running'; SHOW STATUS LIKE 'Slave_running';
Variable_name Value Variable_name Value
Slave_running OFF Slave_running OFF
drop table t1;
drop table t1;
...@@ -69,10 +69,10 @@ sleep 2; ...@@ -69,10 +69,10 @@ sleep 2;
SHOW STATUS LIKE 'Slave_running'; SHOW STATUS LIKE 'Slave_running';
# cleanup # cleanup
connection master; #connection master;
drop table t1; #drop table t1;
connection slave; #connection slave;
drop table t1; #drop table t1;
# End of tests # End of tests
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