summaryrefslogtreecommitdiff
path: root/mysql-test/suite/rpl/r/rpl_loaddata_s.result
blob: 377c3bff5583a73ab5b3a09f021656cdc8d83cd4 (plain)
1
2
3
4
5
6
7
8
9
10
11
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