mirror of
https://github.com/MariaDB/server.git
synced 2025-05-29 21:42:28 +03:00
9 lines
176 B
Plaintext
9 lines
176 B
Plaintext
source include/master-slave.inc;
|
|
connection master;
|
|
use test;
|
|
drop table if exists t1;
|
|
show slave status;
|
|
#--error 1218 # for mysql-4.0
|
|
--error 1042
|
|
load table t1 from master;
|