mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
Add small sleep after we have detected the server has connected
This commit is contained in:
parent
aace9afb44
commit
37c8042c6d
1 changed files with 6 additions and 0 deletions
|
|
@ -37,6 +37,9 @@ while (!`select @aborted_clients`)
|
|||
}
|
||||
}
|
||||
--enable_query_log
|
||||
# The server has disconnected, add small sleep to make sure
|
||||
# the disconnect has reached client
|
||||
sleep 1;
|
||||
|
||||
connection default;
|
||||
# When the connection is closed in this way, the error code should
|
||||
|
|
@ -79,6 +82,9 @@ while (!`select @aborted_clients`)
|
|||
}
|
||||
}
|
||||
--enable_query_log
|
||||
# The server has disconnected, add small sleep to make sure
|
||||
# the disconnect has reached client
|
||||
sleep 1;
|
||||
|
||||
connection con1;
|
||||
# When the connection is closed in this way, the error code should
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue