1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

MDEV-17917 MTR: fixed race conditions in perfschema.socket_connect, main.connect

This commit is contained in:
Vladislav Vaintroub
2018-12-06 19:26:00 +01:00
parent 6491c591b2
commit 2a2e8ea8fe
3 changed files with 8 additions and 21 deletions

View File

@ -253,11 +253,8 @@ let $wait_condition =
--echo
--echo # -- Waiting for connections to close...
let $wait_condition =
SELECT COUNT(*) = 1
FROM information_schema.processlist
WHERE db = 'test';
--source include/wait_condition.inc
let $count_sessions=1;
--source include/wait_until_count_sessions.inc
--echo
DROP USER mysqltest_u1@localhost;