summaryrefslogtreecommitdiff
path: root/mysql-test/t/rpl_empty_master_crash.test
blob: 158b59169ee13d17693d064b6a38de2b9556dce7 (plain)
1
2
3
4
5
6
7
source include/master-slave.inc;
connection master;
use test;
drop table if exists t1;
show slave status;
--error 1218
load table t1 from master;