Files
MariaDB-open-code/mysql-test/include/have_maria.inc
Sergei Golubchik e246077bcf rename maria to aria
2010-09-12 18:40:01 +02:00

6 lines
163 B
PHP

if (!`SELECT count(*) FROM information_schema.engines WHERE
(support = 'YES' OR support = 'DEFAULT') AND
engine = 'aria'`){
skip Need Aria engine;
}