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