Commit 1713d494 authored by rafal@quant.(none)'s avatar rafal@quant.(none)

BUG#21132 (Slave fails to reconnect on update_slave_list)

This is a one liner which will fix semantics if SHOW SLAVE HOSTS to 
display the list of slaves currently registered on the host on which
it was issued.
parent 0cf23472
......@@ -2020,7 +2020,7 @@ pthread_handler_t handle_slave_io(void *arg)
on with life.
*/
thd->proc_info = "Registering slave on master";
if (register_slave_on_master(mysql) || update_slave_list(mysql, mi))
if (register_slave_on_master(mysql))
goto err;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment