mirror of
https://github.com/MariaDB/server.git
synced 2025-01-15 19:42:28 +01:00
5 lines
171 B
PHP
5 lines
171 B
PHP
|
if (`SELECT COUNT(*) = 0 FROM INFORMATION_SCHEMA.ENGINES WHERE engine = 'ROCKSDB' AND support IN ('YES', 'DEFAULT', 'ENABLED')`)
|
||
|
{
|
||
|
--skip Test requires MyRocks engine
|
||
|
}
|