mirror of
https://github.com/MariaDB/server.git
synced 2025-11-20 04:29:40 +01:00
7 lines
264 B
PHP
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"
|
|
}
|