mariadb/mysql-test/suite/rpl/r/rpl_drop.result
Sergey Petrunya f5b7f6101d Post-merge buildbot fixes:
- Update trivial .reject/.result differences (all checked)
2013-07-05 19:57:48 +04:00

6 lines
146 B
Text

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