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