summaryrefslogtreecommitdiff
path: root/mysql-test/main/show_explain.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/main/show_explain.test')
-rw-r--r--mysql-test/main/show_explain.test4
1 files changed, 3 insertions, 1 deletions
diff --git a/mysql-test/main/show_explain.test b/mysql-test/main/show_explain.test
index 515eb9efa47..415a892c0ec 100644
--- a/mysql-test/main/show_explain.test
+++ b/mysql-test/main/show_explain.test
@@ -3,7 +3,8 @@
#
--source include/have_debug.inc
--source include/have_innodb.inc
-
+# Using valgrind can cause 'reap' to fail. See comment below
+--source include/not_valgrind.inc
--disable_warnings
drop table if exists t0, t1, t2, t3, t4;
@@ -885,6 +886,7 @@ let $wait_condition= select State='show explain' from information_schema.process
evalp kill query $thr_default;
connection default;
+# This may fail when using valgrind
--error ER_QUERY_INTERRUPTED
reap;