Fix the tests: show_explain_ps cannot work on embedded server.

This commit is contained in:
Sergey Petrunya 2012-07-18 20:51:41 +04:00
parent 879069cada
commit 678b4f5dea

View File

@ -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;