mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
get time for thread switching
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user