mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Merged BUG#49978 from 5.1-bugteam to 5.5-bugteam.
This commit is contained in:
@ -1,10 +1,7 @@
|
||||
stop slave;
|
||||
drop table if exists t1,t2,t3,t4,t5,t6,t7,t8,t9;
|
||||
reset master;
|
||||
reset slave;
|
||||
drop table if exists t1,t2,t3,t4,t5,t6,t7,t8,t9;
|
||||
start slave;
|
||||
include/master-slave.inc
|
||||
[connection master]
|
||||
STOP SLAVE;
|
||||
include/wait_for_slave_to_stop.inc
|
||||
Master_Host = '127.0.0.1' (expected '127.0.0.1')
|
||||
CHANGE MASTER TO MASTER_HOST="";
|
||||
ERROR HY000: Incorrect arguments to MASTER_HOST
|
||||
@ -14,3 +11,5 @@ Master_Host = 'foo' (expected 'foo')
|
||||
CHANGE MASTER TO MASTER_HOST="127.0.0.1";
|
||||
Master_Host = '127.0.0.1' (expected '127.0.0.1')
|
||||
START SLAVE;
|
||||
include/wait_for_slave_to_start.inc
|
||||
include/rpl_end.inc
|
||||
|
Reference in New Issue
Block a user