mariadb/mysql-test/t/rpl_empty_master_crash.test
nick@nick.leippe.com e62283b900 Fixed bug: load table from master w/empty master would hang.
Now it properly returns error.
Added respective test case.
2002-05-30 17:31:25 -07:00

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;