Commit 313cf9de authored by Sergei Golubchik's avatar Sergei Golubchik

update result files after backport

followup for 3e807d25 and eae10a87
parent eae10a87
...@@ -21,14 +21,10 @@ id select_type table type possible_keys key key_len ref rows Extra ...@@ -21,14 +21,10 @@ id select_type table type possible_keys key key_len ref rows Extra
1 SIMPLE t2 range kp1 kp1 5 NULL 10 Using index condition 1 SIMPLE t2 range kp1 kp1 5 NULL 10 Using index condition
set debug_sync='handler_index_cond_check SIGNAL at_icp_check WAIT_FOR go'; set debug_sync='handler_index_cond_check SIGNAL at_icp_check WAIT_FOR go';
select * from t2 where kp1 between 10 and 20 and kp2 +1 >100; select * from t2 where kp1 between 10 and 20 and kp2 +1 >100;
connect con1, localhost, root,,;
connection con1;
set debug_sync='now WAIT_FOR at_icp_check'; set debug_sync='now WAIT_FOR at_icp_check';
kill query $target_id; kill query $target_id;
set debug_sync='now SIGNAL go'; set debug_sync='now SIGNAL go';
connection default;
ERROR 70100: Query execution was interrupted ERROR 70100: Query execution was interrupted
set debug_sync='RESET'; set debug_sync='RESET';
disconnect con1;
drop table t0,t1,t2; drop table t0,t1,t2;
set default_storage_engine=default; set default_storage_engine=default;
...@@ -21,14 +21,10 @@ id select_type table type possible_keys key key_len ref rows Extra ...@@ -21,14 +21,10 @@ id select_type table type possible_keys key key_len ref rows Extra
1 SIMPLE t2 range kp1 kp1 5 NULL 11 Using index condition 1 SIMPLE t2 range kp1 kp1 5 NULL 11 Using index condition
set debug_sync='handler_index_cond_check SIGNAL at_icp_check WAIT_FOR go'; set debug_sync='handler_index_cond_check SIGNAL at_icp_check WAIT_FOR go';
select * from t2 where kp1 between 10 and 20 and kp2 +1 >100; select * from t2 where kp1 between 10 and 20 and kp2 +1 >100;
connect con1, localhost, root,,;
connection con1;
set debug_sync='now WAIT_FOR at_icp_check'; set debug_sync='now WAIT_FOR at_icp_check';
kill query $target_id; kill query $target_id;
set debug_sync='now SIGNAL go'; set debug_sync='now SIGNAL go';
connection default;
ERROR 70100: Query execution was interrupted ERROR 70100: Query execution was interrupted
set debug_sync='RESET'; set debug_sync='RESET';
disconnect con1;
drop table t0,t1,t2; drop table t0,t1,t2;
set default_storage_engine=default; set default_storage_engine=default;
...@@ -20,13 +20,9 @@ id select_type table type possible_keys key key_len ref rows Extra ...@@ -20,13 +20,9 @@ id select_type table type possible_keys key key_len ref rows Extra
1 SIMPLE t2 range kp1 kp1 5 NULL 11 Using index condition 1 SIMPLE t2 range kp1 kp1 5 NULL 11 Using index condition
set debug_sync='handler_index_cond_check SIGNAL at_icp_check WAIT_FOR go'; set debug_sync='handler_index_cond_check SIGNAL at_icp_check WAIT_FOR go';
select * from t2 where kp1 between 10 and 20 and kp2 +1 >100; select * from t2 where kp1 between 10 and 20 and kp2 +1 >100;
connect con1, localhost, root,,;
connection con1;
set debug_sync='now WAIT_FOR at_icp_check'; set debug_sync='now WAIT_FOR at_icp_check';
kill query $target_id; kill query $target_id;
set debug_sync='now SIGNAL go'; set debug_sync='now SIGNAL go';
connection default;
ERROR 70100: Query execution was interrupted ERROR 70100: Query execution was interrupted
set debug_sync='RESET'; set debug_sync='RESET';
disconnect con1;
drop table t0,t1,t2; drop table t0,t1,t2;
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