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