mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
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.
This commit is contained in:
@ -16,6 +16,6 @@ show create table proc;
|
||||
show create table event;
|
||||
show create table general_log;
|
||||
show create table slow_log;
|
||||
show create table table_stat;
|
||||
show create table column_stat;
|
||||
show create table index_stat;
|
||||
show create table table_stats;
|
||||
show create table column_stats;
|
||||
show create table index_stats;
|
||||
|
Reference in New Issue
Block a user