mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
instance.cc:
explicit setting of reconnect (no behaviour change)
This commit is contained in:
@ -106,6 +106,7 @@ bool Instance::is_running()
|
|||||||
NullS, port,
|
NullS, port,
|
||||||
socket, 0))
|
socket, 0))
|
||||||
{
|
{
|
||||||
|
mysql.reconnect= 1;
|
||||||
is_connected= TRUE;
|
is_connected= TRUE;
|
||||||
pthread_mutex_unlock(&LOCK_instance);
|
pthread_mutex_unlock(&LOCK_instance);
|
||||||
return TRUE;
|
return TRUE;
|
||||||
|
Reference in New Issue
Block a user