DP_S/build/lib/mysql/mysql-test/include/not_blackhole.inc

6 lines
173 B
C++

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