rpl_start_stop_slave.result:

Syntax change between 4.0 and 4.1.
This commit is contained in:
mats@mysql.com 2004-11-29 10:24:40 +01:00
parent 9ffb3fd39c
commit 05d38dfcd8

View file

@ -1,9 +1,9 @@
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;