mariadb/storage/spider/mysql-test/spider/t/have_engine.inc
2013-06-27 15:18:48 +04:00

7 lines
264 B
PHP

if (!`SELECT count(*) FROM information_schema.engines WHERE
(support = 'YES' OR support = 'DEFAULT') AND
engine = '$TEST_ENGINE_TYPE'`)
{
SELECT engine, support FROM information_schema.engines;
--let $SKIP_REASON= "Need $TEST_ENGINE_TYPE engine"
}