Commit 3e0fd5e8 authored by Vladislav Vaintroub's avatar Vladislav Vaintroub

MDEV-30055 shutdown_now_windows.test fails with "Assertion `unix_sock.fd >= 0' failed."

Remove DBUG_ASSERT that depends on timing.
parent 0d586d62
......@@ -1110,7 +1110,6 @@ bool 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);
});
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment