Commit 625ef45a authored by Sergei Golubchik's avatar Sergei Golubchik

race conditions in show_explain.test

parent fa2e68aa
...@@ -240,6 +240,7 @@ connection default; ...@@ -240,6 +240,7 @@ connection default;
--source include/wait_condition.inc --source include/wait_condition.inc
--error ER_TARGET_NOT_EXPLAINABLE --error ER_TARGET_NOT_EXPLAINABLE
evalp show explain for $thr2; evalp show explain for $thr2;
--source include/wait_condition.inc
--error ER_TARGET_NOT_EXPLAINABLE --error ER_TARGET_NOT_EXPLAINABLE
evalp show explain for $thr2; evalp show explain for $thr2;
connection con1; connection con1;
...@@ -258,6 +259,7 @@ connection default; ...@@ -258,6 +259,7 @@ connection default;
--source include/wait_condition.inc --source include/wait_condition.inc
--error ER_TARGET_NOT_EXPLAINABLE --error ER_TARGET_NOT_EXPLAINABLE
evalp show explain for $thr2; evalp show explain for $thr2;
--source include/wait_condition.inc
--error ER_TARGET_NOT_EXPLAINABLE --error ER_TARGET_NOT_EXPLAINABLE
evalp show explain for $thr2; evalp show explain for $thr2;
connection con1; connection con1;
...@@ -275,7 +277,9 @@ send select t2.a, ((select max(a) from t0 where t2.a + t0.a <3) >3) as SUBQ from ...@@ -275,7 +277,9 @@ send select t2.a, ((select max(a) from t0 where t2.a + t0.a <3) >3) as SUBQ from
connection default; connection default;
--source include/wait_condition.inc --source include/wait_condition.inc
evalp show explain for $thr2; evalp show explain for $thr2;
--source include/wait_condition.inc
evalp show explain for $thr2; evalp show explain for $thr2;
--source include/wait_condition.inc
evalp show explain for $thr2; evalp show explain for $thr2;
connection con1; connection con1;
reap; reap;
......
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