mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 02:51:44 +01:00
get time for thread switching
This commit is contained in:
parent
bf43b0d31a
commit
3cb61419bd
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue