rpl.rpl_show_slave_hosts 'stmt' w2 [ fail ]
|
Test ended at 2017-02-17 21:05:00
|
|
CURRENT_TEST: rpl.rpl_show_slave_hosts
|
|
|
Failed to start mysqld.2
|
mysqltest failed but provided no output
|
The result from queries just before the failure was:
|
< snip >
|
include/master-slave.inc
|
[connection master]
|
RESET SLAVE;
|
CHANGE MASTER TO master_host='127.0.0.1',master_port=MASTER_PORT,master_user='root';
|
START SLAVE IO_THREAD;
|
include/wait_for_slave_io_to_start.inc
|
SHOW SLAVE HOSTS;
|
Server_id Host Port Master_id
|
3 slave2 SLAVE_PORT 1
|
2 SLAVE_PORT 1
|
include/stop_slave_io.inc
|
SHOW SLAVE HOSTS;
|
Server_id Host Port Master_id
|
2 SLAVE_PORT 1
|
include/rpl_end.inc
|