include/master-slave.inc [connection master] reset master; create table test.t1(a int, b int, unique(b)); load data infile '../../std_data/rpl_loaddata.dat' into table test.t1; select count(*) from test.t1; count(*) 2 include/show_binlog_events.inc drop table test.t1; include/rpl_end.inc