mariadb/mysql-test/t/rpl_empty_master_crash.test
guilhem@gbichot2 d6d6c5e1bb Don't show Slave_IO_State in the testsuite (replace it with #) because it can't be predicted.
I manually edited rpl_openssl.result because the test is skipped on my
machine. Hope it's correct.
2003-10-09 18:16:15 +02:00

13 lines
251 B
Text

source include/master-slave.inc;
--replace_column 1 # 33 #
show slave status;
#
# 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;