diff options
Diffstat (limited to 'mysql-test/include/system_db_struct.inc')
-rw-r--r-- | mysql-test/include/system_db_struct.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mysql-test/include/system_db_struct.inc b/mysql-test/include/system_db_struct.inc index 123c82484b9..9467c023dba 100644 --- a/mysql-test/include/system_db_struct.inc +++ b/mysql-test/include/system_db_struct.inc @@ -16,3 +16,6 @@ show create table proc; show create table event; show create table general_log; show create table slow_log; +show create table table_stats; +show create table column_stats; +show create table index_stats; |