summaryrefslogtreecommitdiff
path: root/mysql-test/include/have_exampledb.inc
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/include/have_exampledb.inc')
-rw-r--r--mysql-test/include/have_exampledb.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/include/have_exampledb.inc b/mysql-test/include/have_exampledb.inc
index e3fd068b485..db3985e3c7c 100644
--- a/mysql-test/include/have_exampledb.inc
+++ b/mysql-test/include/have_exampledb.inc
@@ -1,4 +1,4 @@
disable_query_log;
--require r/true.require
-select support = 'Enabled' as `TRUE` from information_schema.engines where engine = 'example';
+select (support = 'YES' or support = 'DEFAULT') as `TRUE` from information_schema.engines where engine = 'example';
enable_query_log;