Commit 05d38dfc authored by mats@mysql.com's avatar mats@mysql.com

rpl_start_stop_slave.result:

  Syntax change between 4.0 and 4.1.
parent 9ffb3fd3
slave stop;
stop slave;
drop table if exists t1,t2,t3,t4,t5,t6,t7,t8,t9;
reset master;
reset slave;
drop table if exists t1,t2,t3,t4,t5,t6,t7,t8,t9;
slave start;
start slave;
stop slave;
create table t1(n int);
start slave;
......
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