From 625ef45a89e69cd728163f8f108fc23e7ced1bc1 Mon Sep 17 00:00:00 2001 From: Sergei Golubchik Date: Thu, 24 Jan 2013 17:24:03 +0100 Subject: [PATCH] race conditions in show_explain.test --- mysql-test/t/show_explain.test | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mysql-test/t/show_explain.test b/mysql-test/t/show_explain.test index 2df9df65996..57d86ece4f4 100644 --- a/mysql-test/t/show_explain.test +++ b/mysql-test/t/show_explain.test @@ -240,6 +240,7 @@ connection default; --source include/wait_condition.inc --error ER_TARGET_NOT_EXPLAINABLE evalp show explain for $thr2; +--source include/wait_condition.inc --error ER_TARGET_NOT_EXPLAINABLE evalp show explain for $thr2; connection con1; @@ -258,6 +259,7 @@ connection default; --source include/wait_condition.inc --error ER_TARGET_NOT_EXPLAINABLE evalp show explain for $thr2; +--source include/wait_condition.inc --error ER_TARGET_NOT_EXPLAINABLE evalp show explain for $thr2; 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 connection default; --source include/wait_condition.inc evalp show explain for $thr2; +--source include/wait_condition.inc evalp show explain for $thr2; +--source include/wait_condition.inc evalp show explain for $thr2; connection con1; reap;