diff options
author | Igor Babaev <igor@askmonty.org> | 2012-12-05 00:31:05 -0800 |
---|---|---|
committer | Igor Babaev <igor@askmonty.org> | 2012-12-05 00:31:05 -0800 |
commit | b110132516158382e72a75a3c7b26dc538c2f23d (patch) | |
tree | 2eb709d57dbae8f8a909008b1546cb395728d8fe /mysql-test/suite/funcs_1/r/is_tables_mysql.result | |
parent | f8bfb65b132dae3472d3f4f88995e4cad7f72ebf (diff) | |
download | mariadb-git-b110132516158382e72a75a3c7b26dc538c2f23d.tar.gz |
Changed the names of the system tables for statistical data:
table_stat -> table_stats
column_stat -> column_stats
index_stat -> index_stats
to be in line with the names of innodb statistical tables
from mysql-5.6: innodb_table_stats and innodb_index_stats.
Diffstat (limited to 'mysql-test/suite/funcs_1/r/is_tables_mysql.result')
-rw-r--r-- | mysql-test/suite/funcs_1/r/is_tables_mysql.result | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mysql-test/suite/funcs_1/r/is_tables_mysql.result b/mysql-test/suite/funcs_1/r/is_tables_mysql.result index 9b20b05a6d4..e59c5f04c96 100644 --- a/mysql-test/suite/funcs_1/r/is_tables_mysql.result +++ b/mysql-test/suite/funcs_1/r/is_tables_mysql.result @@ -37,7 +37,7 @@ user_comment Column privileges Separator ----------------------------------------------------- TABLE_CATALOG def TABLE_SCHEMA mysql -TABLE_NAME column_stat +TABLE_NAME column_stats TABLE_TYPE BASE TABLE ENGINE MYISAM_OR_MARIA VERSION 10 @@ -267,7 +267,7 @@ user_comment Host privileges; Merged with database privileges Separator ----------------------------------------------------- TABLE_CATALOG def TABLE_SCHEMA mysql -TABLE_NAME index_stat +TABLE_NAME index_stats TABLE_TYPE BASE TABLE ENGINE MYISAM_OR_MARIA VERSION 10 @@ -474,7 +474,7 @@ user_comment Table privileges Separator ----------------------------------------------------- TABLE_CATALOG def TABLE_SCHEMA mysql -TABLE_NAME table_stat +TABLE_NAME table_stats TABLE_TYPE BASE TABLE ENGINE MYISAM_OR_MARIA VERSION 10 |