mirror of
https://github.com/MariaDB/server.git
synced 2025-01-15 19:42:28 +01:00
5 lines
163 B
PHP
5 lines
163 B
PHP
if (!`SELECT count(*) FROM information_schema.engines WHERE
|
|
(support = 'YES' OR support = 'DEFAULT') AND
|
|
engine = 'aria'`){
|
|
skip Need Aria engine;
|
|
}
|