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; create table t1(pk int not null primary key, i int) engine = ndb; select count(*) from t1; count(*) 1000 Restarting mysqld show binlog events in 'master-bin.000002'; Log_name Pos Event_type Server_id End_log_pos Info master-bin.000002 4 Format_desc 1 107 Server ver: 5.1.44-ndb-7.0.14-debug-log, Binlog ver: 4 master-bin.000002 107 Incident 1 143 #1 (LOST_EVENTS) master-bin.000002 143 Rotate 1 187 master-bin.000003;pos=4 drop table if exists t1; drop table if exists t1;