summaryrefslogtreecommitdiff
path: root/mysql-test/include/have_stat_tables.inc
blob: a52a4d5ca5cfaf39595259dca7aa6479fbe7a6aa (plain)
1
2
3
4
5
if (`select count(*) < 3 from information_schema.tables 
    where table_schema = 'mysql' and table_name in ('table_stats','column_stats','index_stats')`)
{
  --skip Needs stat tables
}