mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 04:22:27 +01:00
b110132516
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.
21 lines
571 B
PHP
21 lines
571 B
PHP
#
|
|
# This test must examine structure of current system database
|
|
#
|
|
|
|
-- replace_result Tables_in_mysql Tables_in_db Tables_in_test Tables_in_db
|
|
show tables;
|
|
show create table db;
|
|
show create table host;
|
|
show create table user;
|
|
show create table func;
|
|
show create table tables_priv;
|
|
show create table columns_priv;
|
|
show create table procs_priv;
|
|
show create table servers;
|
|
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;
|