mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
Tweak kill test to avoid spurious test failure on SCO OpenServer. (Bug #12136)
mysql-test/t/kill.test: Add sleep to give time for kill to take effect.
This commit is contained in:
parent
3ce33c2c52
commit
00ed42a30b
1 changed files with 1 additions and 0 deletions
|
|
@ -24,6 +24,7 @@ select ((@id := kill_id) - kill_id) from t1;
|
|||
kill @id;
|
||||
|
||||
connection con1;
|
||||
--sleep 1
|
||||
|
||||
--disable_reconnect
|
||||
# this statement should fail
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue