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