mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 04:22:27 +01:00
instance.cc:
explicit setting of reconnect (no behaviour change) server-tools/instance-manager/instance.cc: explicit setting of reconnect (no behaviour change)
This commit is contained in:
parent
2fb4a502bf
commit
6f8ca2513e
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue