1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-07 00:04:31 +03:00

Tweak kill test to avoid spurious test failure on SCO OpenServer. (Bug #12136)

This commit is contained in:
jimw@mysql.com
2005-09-20 09:36:35 -07:00
parent d0c578294e
commit a778669efd

View File

@@ -24,6 +24,7 @@ select ((@id := kill_id) - kill_id) from t1;
kill @id; kill @id;
connection con1; connection con1;
--sleep 1
--disable_reconnect --disable_reconnect
# this statement should fail # this statement should fail