Skip to content
Permalink
Browse files
Merge branch '10.4' into 10.5
  • Loading branch information
vaintroub committed Nov 21, 2022
2 parents c9ccd97 + 3e0fd5e commit faee972
Showing 1 changed file with 0 additions and 1 deletion.
@@ -1110,7 +1110,6 @@ void setup_connection_thread_globals(THD *thd)
{
DBUG_EXECUTE_IF("CONNECT_wait", {
extern MYSQL_SOCKET unix_sock;
DBUG_ASSERT(unix_sock.fd >= 0);
while (unix_sock.fd >= 0)
my_sleep(1000);
});

0 comments on commit faee972

Please sign in to comment.