diff options
author | Sergei Golubchik <sergii@pisem.net> | 2013-01-24 17:24:03 +0100 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2013-01-24 17:24:03 +0100 |
commit | 625ef45a89e69cd728163f8f108fc23e7ced1bc1 (patch) | |
tree | a0682a840db5ca9277eb99fbc3349f16cd6355c8 /mysql-test/t/show_explain.test | |
parent | fa2e68aaa421a65159aaec5091e69d53dbec2eb6 (diff) | |
download | mariadb-git-625ef45a89e69cd728163f8f108fc23e7ced1bc1.tar.gz |
race conditions in show_explain.test
Diffstat (limited to 'mysql-test/t/show_explain.test')
-rw-r--r-- | mysql-test/t/show_explain.test | 4 |
1 files changed, 4 insertions, 0 deletions
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; |