MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
not_blackhole.inc
1 if (`SELECT count(*) FROM information_schema.engines WHERE
2  (support = 'YES' OR support = 'DEFAULT') AND
3  engine = 'blackhole'`){
4  skip Blackhole engine enabled;
5 }