Commit f03c61cd authored by unknown's avatar unknown

rpl_start_stop_slave.result:

  Syntax change between 4.0 and 4.1.


mysql-test/r/rpl_start_stop_slave.result:
  Syntax change.
parent c4dbf1e9
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