mariadb/mysql-test/include/have_exampledb.inc

5 lines
178 B
PHP
Raw Normal View History

disable_query_log;
--require r/true.require
select (support = 'YES' or support = 'DEFAULT') as `TRUE` from information_schema.engines where engine = 'example';
enable_query_log;