mirror of
https://github.com/MariaDB/server.git
synced 2025-09-02 09:41:40 +03:00
Merge nleippe@work.mysql.com:/home/bk/mysql
into nick.leippe.com:/home/nick/mysql/mysql
This commit is contained in:
8
mysql-test/t/rpl_empty_master_crash.test
Normal file
8
mysql-test/t/rpl_empty_master_crash.test
Normal file
@@ -0,0 +1,8 @@
|
||||
source include/master-slave.inc;
|
||||
connection master;
|
||||
use test;
|
||||
drop table if exists t1;
|
||||
show slave status;
|
||||
#--error 1218 # for mysql-4.0
|
||||
--error 1042
|
||||
load table t1 from master;
|
Reference in New Issue
Block a user