1
0
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:
guilhem@mysql.com
2004-12-09 22:22:34 +01:00
parent 0b38e80738
commit be11a7d92f

View File

@ -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;