mariadb/mysql-test/include/have_maria.inc
2010-09-12 18:40:01 +02:00

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;
}