summaryrefslogtreecommitdiff
path: root/mysql-test/t/show_explain_ps.test
diff options
context:
space:
mode:
authorSergey Petrunya <psergey@askmonty.org>2012-07-18 20:51:41 +0400
committerSergey Petrunya <psergey@askmonty.org>2012-07-18 20:51:41 +0400
commit678b4f5dea6edb146fc1877b384d602f5afcac03 (patch)
tree9c805272f578491363b110999f634f3a7b38630e /mysql-test/t/show_explain_ps.test
parent879069cadaff8ee7f89f6a566ce37dc39d356e13 (diff)
downloadmariadb-git-678b4f5dea6edb146fc1877b384d602f5afcac03.tar.gz
Fix the tests: show_explain_ps cannot work on embedded server.
Diffstat (limited to 'mysql-test/t/show_explain_ps.test')
-rw-r--r--mysql-test/t/show_explain_ps.test2
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/t/show_explain_ps.test b/mysql-test/t/show_explain_ps.test
index d891e118b24..4ad1e4304de 100644
--- a/mysql-test/t/show_explain_ps.test
+++ b/mysql-test/t/show_explain_ps.test
@@ -3,6 +3,8 @@
#
--source include/have_debug.inc
--source include/have_perfschema.inc
+# Like all other perfschema tests, we don't work on embedded server:
+--source include/not_embedded.inc
--disable_warnings
drop table if exists t0, t1;