summaryrefslogtreecommitdiff
path: root/mysql-test/suite/rpl/t/rpl_empty_master_crash.test
blob: a657b82fc948d99854a06631eb59e56a6495d487 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
source include/master-slave.inc;

#
# Load table should not succeed on the master as this is not a slave
#
--error 1218
load table t1 from master;
connection slave;
--error 1188
load table t1 from master;

# End of 4.1 tests
--source include/rpl_end.inc