mariadb/mysql-test/include/have_maria.inc

6 lines
163 B
PHP
Raw Normal View History

2010-09-12 18:40:01 +02:00
if (!`SELECT count(*) FROM information_schema.engines WHERE
(support = 'YES' OR support = 'DEFAULT') AND
engine = 'aria'`){
skip Need Aria engine;
}