mariadb/mysql-test/t/rpl_empty_master_crash.test
monty@mysql.com 15d48525af Merge mysql.com:/home/my/mysql-4.1
into  mysql.com:/home/my/mysql-5.0
2005-07-28 17:09:54 +03:00

15 lines
284 B
Text

source include/master-slave.inc;
--replace_column 1 # 8 # 9 # 23 # 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;
# End of 4.1 tests