summaryrefslogtreecommitdiff
path: root/mysql-test/suite/rpl/r/rpl_drop.result
blob: b91400b22966901cc27c1143e0d62061b996cdee (plain)
1
2
3
4
5
6
include/master-slave.inc
[connection master]
create table t1 (a int);
drop table t1, t2;
ERROR 42S02: Unknown table 'test.t2'
include/rpl_end.inc