mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge bk-internal.mysql.com:/home/bk/mysql-5.0
into mysql.com:/home/my/mysql-5.0
This commit is contained in:
@ -1629,6 +1629,7 @@ int safe_connect(MYSQL* con, const char* host, const char* user,
|
||||
}
|
||||
sleep(CON_RETRY_SLEEP);
|
||||
}
|
||||
con->reconnect= 1; /* TODO: change this to 0 in future versions */
|
||||
return con_error;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user