mirror of
https://github.com/MariaDB/server.git
synced 2025-07-04 01:23:45 +03:00
9 lines
196 B
Plaintext
9 lines
196 B
Plaintext
include/master-slave.inc
|
|
[connection master]
|
|
create table t1 (a int) engine=myisam;
|
|
flush tables;
|
|
drop table if exists t1;
|
|
Warnings:
|
|
Warning 2 Can't find file: 't1' (errno: 2)
|
|
include/rpl_end.inc
|