Commit de65de3b authored by Sergey Petrunya's avatar Sergey Petrunya

Make test results stable

parent f913ba7a
...@@ -798,7 +798,7 @@ pk data ...@@ -798,7 +798,7 @@ pk data
20 data1 20 data1
set autocommit=0; set autocommit=0;
select * from t1 where pk between 10 and 20 for update; select * from t1 where pk between 10 and 20 for update;
# do: send_eval show explain for 3; # do: send_eval show explain for thr2;
kill query $thr_default; kill query $thr_default;
ERROR 70100: Query execution was interrupted ERROR 70100: Query execution was interrupted
rollback; rollback;
......
...@@ -818,7 +818,7 @@ connection default; ...@@ -818,7 +818,7 @@ connection default;
let $wait_condition= select State='Sending data' from information_schema.processlist where id=$thr2; let $wait_condition= select State='Sending data' from information_schema.processlist where id=$thr2;
let $thr_default=`select connection_id()`; let $thr_default=`select connection_id()`;
--source include/wait_condition.inc --source include/wait_condition.inc
--echo # do: send_eval show explain for $thr2; --echo # do: send_eval show explain for thr2;
--disable_query_log --disable_query_log
send_eval show explain for $thr2; send_eval show explain for $thr2;
--enable_query_log --enable_query_log
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment