1
0
mirror of https://github.com/MariaDB/server.git synced 2025-09-02 09:41:40 +03:00

Fixed race condition in test case status2. A 'disconnect' issues an

implicit command which isn't completed immediately.
This commit is contained in:
Kristofer Pettersson
2008-10-31 10:25:03 +01:00
parent f3a4a18640
commit 5ef41db4a3
2 changed files with 6 additions and 6 deletions

View File

@@ -53,11 +53,11 @@ Assert Questions == 16
SHOW STATUS LIKE 'Questions';
Variable_name Value
Questions 16
Global status updated; Assert diff == 5
Global status updated; Assert diff == 4
FLUSH STATUS;
SELECT 5;
5
5
SELECT 4;
4
4
DROP TABLE t1,t2;
DROP PROCEDURE p1;
DROP FUNCTION f1;