summaryrefslogtreecommitdiff
path: root/mysql-test/t/kill.test
diff options
context:
space:
mode:
authorbell@51.0.168.192.in-addr.arpa <>2005-02-24 03:25:53 +0200
committerbell@51.0.168.192.in-addr.arpa <>2005-02-24 03:25:53 +0200
commit3cb61419bd6224fc5afba534f2d0d2451b9e3187 (patch)
tree6b88b0ef3dc09c70991137fb38f581c6dd1c23a1 /mysql-test/t/kill.test
parentbf43b0d31ab1ccc9c7c8ae684f4f073925c05d2a (diff)
downloadmariadb-git-3cb61419bd6224fc5afba534f2d0d2451b9e3187.tar.gz
get time for thread switching
Diffstat (limited to 'mysql-test/t/kill.test')
-rw-r--r--mysql-test/t/kill.test1
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/t/kill.test b/mysql-test/t/kill.test
index ac51482745a..c8adff32eb7 100644
--- a/mysql-test/t/kill.test
+++ b/mysql-test/t/kill.test
@@ -44,6 +44,7 @@ select get_lock("a", 10);
connection con2;
let $ID= `select connection_id()`;
send select get_lock("a", 10);
+-- sleep 2
connection con1;
disable_query_log;
eval kill query $ID;