Commit be11a7d9 authored by guilhem@mysql.com's avatar guilhem@mysql.com

instance.cc:

  explicit setting of reconnect (no behaviour change)
parent 0b38e807
......@@ -106,6 +106,7 @@ bool Instance::is_running()
NullS, port,
socket, 0))
{
mysql.reconnect= 1;
is_connected= TRUE;
pthread_mutex_unlock(&LOCK_instance);
return TRUE;
......
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