summaryrefslogtreecommitdiffstats
path: root/mysql-test/include/have_archive.inc
blob: 0fd85fa576f7b572aa09e75ae20a947a40e86168 (plain)
1
2
3
4
5
if (!`SELECT count(*) FROM information_schema.engines WHERE
      (support = 'YES' OR support = 'DEFAULT') AND
      engine = 'archive'`){
  skip Need archive engine;
}