mirror of
https://github.com/MariaDB/server.git
synced 2025-07-04 01:23:45 +03:00
7 lines
141 B
Plaintext
7 lines
141 B
Plaintext
include/master-slave.inc
|
|
[connection master]
|
|
create table t1 (a int);
|
|
drop table t1, t2;
|
|
ERROR 42S02: Unknown table 't2'
|
|
include/rpl_end.inc
|