diff options
Diffstat (limited to 'mysql-test/include/have_stat_tables.inc')
-rw-r--r-- | mysql-test/include/have_stat_tables.inc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mysql-test/include/have_stat_tables.inc b/mysql-test/include/have_stat_tables.inc new file mode 100644 index 00000000..a52a4d5c --- /dev/null +++ b/mysql-test/include/have_stat_tables.inc @@ -0,0 +1,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 +} |