summaryrefslogtreecommitdiff
path: root/mysql-test/include/not_blackhole.inc
blob: 078927ec4cae5ccb97b9e4a949285a249cab614e (plain)
1
2
3
4
5
if (`SELECT count(*) FROM information_schema.engines WHERE
     (support = 'YES' OR support = 'DEFAULT') AND
     engine = 'blackhole'`){
  skip Blackhole engine enabled;
}