1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-31 22:22:30 +03:00

Merge quant.(none):/ext/mysql/bk/mysql-5.1-bug21123

into  quant.(none):/ext/mysql/bkroot/mysql-5.1-new-rpl-a
This commit is contained in:
rafal@quant.(none)
2007-06-07 20:07:23 +02:00

View File

@@ -2015,12 +2015,13 @@ connected:
{
/*
Register ourselves with the master.
If fails, this is not fatal - we just print the error message and go
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))
{
sql_print_error("Slave I/O thread couldn't register on master");
goto err;
}
}
DBUG_PRINT("info",("Starting reading binary log from master"));