From 678b4f5dea6edb146fc1877b384d602f5afcac03 Mon Sep 17 00:00:00 2001 From: Sergey Petrunya Date: Wed, 18 Jul 2012 20:51:41 +0400 Subject: [PATCH] Fix the tests: show_explain_ps cannot work on embedded server. --- mysql-test/t/show_explain_ps.test | 2 ++ 1 file changed, 2 insertions(+) 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;