mirror of
https://github.com/MariaDB/server.git
synced 2025-01-30 02:30:06 +01:00
f5b7f6101d
- Update trivial .reject/.result differences (all checked)
6 lines
146 B
Text
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
|