mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
Merge branch '10.4' into 10.5
This commit is contained in:
@@ -1110,7 +1110,6 @@ void setup_connection_thread_globals(THD *thd)
|
|||||||
{
|
{
|
||||||
DBUG_EXECUTE_IF("CONNECT_wait", {
|
DBUG_EXECUTE_IF("CONNECT_wait", {
|
||||||
extern MYSQL_SOCKET unix_sock;
|
extern MYSQL_SOCKET unix_sock;
|
||||||
DBUG_ASSERT(unix_sock.fd >= 0);
|
|
||||||
while (unix_sock.fd >= 0)
|
while (unix_sock.fd >= 0)
|
||||||
my_sleep(1000);
|
my_sleep(1000);
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user