mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 13:32:33 +01:00
rpl_start_stop_slave.result:
Syntax change between 4.0 and 4.1.
This commit is contained in:
parent
9ffb3fd39c
commit
05d38dfcd8
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue