rpl_empty_master_crash.test 264 Bytes
Newer Older
1
source include/master-slave.inc;
2

3
source include/show_slave_status.inc;
4

5 6 7
#
# Load table should not succeed on the master as this is not a slave
#
8 9
--error 1218
load table t1 from master;
10 11 12
connection slave;
--error 1188
load table t1 from master;
13 14

# End of 4.1 tests