mariadb/mysql-test/include/have_blackhole.inc
2007-12-13 16:07:49 +01:00

5 lines
173 B
PHP

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