blob: 5de6914882d943e4d09c7054d69728a17c0b5af1 (
plain)
1
2
3
4
5
6
7
8
|
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;
start slave;
Running ndbapi_simple_dual
Running mgmapi_logevent
|