1if (`select count(*) < 3 from information_schema.tables
2    where table_schema = 'mysql' and table_name in ('table_stats','column_stats','index_stats')`)
3{
4  --skip Needs stat tables
5}
6