summaryrefslogtreecommitdiff
path: root/mysql-test/include/have_maria.inc
blob: 82725beb1e0aa51b44b118add5a45ceb8a071f7a (plain)
1
2
3
4
5
if (!`SELECT count(*) FROM information_schema.engines WHERE
      (support = 'YES' OR support = 'DEFAULT') AND
      engine = 'aria'`){
  skip Need Aria engine;
}