mirror of
https://github.com/MariaDB/server.git
synced 2025-10-30 04:26:45 +03:00
8 lines
146 B
Plaintext
8 lines
146 B
Plaintext
source include/master-slave.inc;
|
|
connection master;
|
|
use test;
|
|
drop table if exists t1;
|
|
show slave status;
|
|
--error 1218
|
|
load table t1 from master;
|