mirror of
https://github.com/MariaDB/server.git
synced 2025-01-20 22:12:30 +01:00
fc52e079d0
added respective test case
7 lines
146 B
Text
7 lines
146 B
Text
source include/master-slave.inc;
|
|
connection master;
|
|
use test;
|
|
drop table if exists t1;
|
|
show slave status;
|
|
--error 1218
|
|
load table t1 from master;
|