summaryrefslogtreecommitdiff
path: root/mysql-test/r/connect.result
diff options
context:
space:
mode:
authorIgor Babaev <igor@askmonty.org>2012-12-05 00:31:05 -0800
committerIgor Babaev <igor@askmonty.org>2012-12-05 00:31:05 -0800
commitb110132516158382e72a75a3c7b26dc538c2f23d (patch)
tree2eb709d57dbae8f8a909008b1546cb395728d8fe /mysql-test/r/connect.result
parentf8bfb65b132dae3472d3f4f88995e4cad7f72ebf (diff)
downloadmariadb-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/r/connect.result')
-rw-r--r--mysql-test/r/connect.result18
1 files changed, 9 insertions, 9 deletions
diff --git a/mysql-test/r/connect.result b/mysql-test/r/connect.result
index 7d54ad8b06b..a4bd6a262a7 100644
--- a/mysql-test/r/connect.result
+++ b/mysql-test/r/connect.result
@@ -1,7 +1,7 @@
drop table if exists t1,t2;
show tables;
Tables_in_mysql
-column_stat
+column_stats
columns_priv
db
event
@@ -12,7 +12,7 @@ help_keyword
help_relation
help_topic
host
-index_stat
+index_stats
ndb_binlog_index
plugin
proc
@@ -20,7 +20,7 @@ procs_priv
proxies_priv
servers
slow_log
-table_stat
+table_stats
tables_priv
time_zone
time_zone_leap_second
@@ -38,7 +38,7 @@ grant ALL on *.* to test@localhost identified by "gambling";
grant ALL on *.* to test@127.0.0.1 identified by "gambling";
show tables;
Tables_in_mysql
-column_stat
+column_stats
columns_priv
db
event
@@ -49,7 +49,7 @@ help_keyword
help_relation
help_topic
host
-index_stat
+index_stats
ndb_binlog_index
plugin
proc
@@ -57,7 +57,7 @@ procs_priv
proxies_priv
servers
slow_log
-table_stat
+table_stats
tables_priv
time_zone
time_zone_leap_second
@@ -83,7 +83,7 @@ ERROR HY000: Password hash should be a 41-digit hexadecimal number
set password=old_password('gambling3');
show tables;
Tables_in_mysql
-column_stat
+column_stats
columns_priv
db
event
@@ -94,7 +94,7 @@ help_keyword
help_relation
help_topic
host
-index_stat
+index_stats
ndb_binlog_index
plugin
proc
@@ -102,7 +102,7 @@ procs_priv
proxies_priv
servers
slow_log
-table_stat
+table_stats
tables_priv
time_zone
time_zone_leap_second