making necessary changes after Sasha's correct remarks

parent c57d66c5
...@@ -1297,7 +1297,7 @@ pthread_handler_decl(handle_slave,arg __attribute__((unused))) ...@@ -1297,7 +1297,7 @@ pthread_handler_decl(handle_slave,arg __attribute__((unused)))
goto err; goto err;
} }
mysql->net = thd->net; mysql->net.timeout=slave_net_timeout;
thd->proc_info = "connecting to master"; thd->proc_info = "connecting to master";
#ifndef DBUG_OFF #ifndef DBUG_OFF
sql_print_error("Slave thread initialized"); sql_print_error("Slave thread initialized");
......
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