diff options
author | Sergei Golubchik <sergii@pisem.net> | 2010-06-14 18:58:52 +0200 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2010-06-14 18:58:52 +0200 |
commit | 2f8ca649d2a4d74561bf27a2840e48f08520117e (patch) | |
tree | 69ccafc5e3ee96ab285fd9c403125ce121886f15 /mysql-test/r/information_schema.result | |
parent | 50cc6c9d8a7d68ace0802702f3bc10cb2afb3730 (diff) | |
parent | 1cd47ac79a00685883ed5a21a265be10191db483 (diff) | |
download | mariadb-git-2f8ca649d2a4d74561bf27a2840e48f08520117e.tar.gz |
merge
Diffstat (limited to 'mysql-test/r/information_schema.result')
-rw-r--r-- | mysql-test/r/information_schema.result | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mysql-test/r/information_schema.result b/mysql-test/r/information_schema.result index 7b9fc368af1..9d5b6b25ff4 100644 --- a/mysql-test/r/information_schema.result +++ b/mysql-test/r/information_schema.result @@ -871,6 +871,9 @@ COLUMNS TABLE_NAME select COLUMN_PRIVILEGES TABLE_NAME select FILES TABLE_NAME select INDEX_STATISTICS TABLE_NAME select +INNODB_BUFFER_POOL_PAGES_INDEX table_name select +INNODB_INDEX_STATS table_name select +INNODB_TABLE_STATS table_name select KEY_COLUMN_USAGE TABLE_NAME select PARTITIONS TABLE_NAME select REFERENTIAL_CONSTRAINTS TABLE_NAME select @@ -880,9 +883,6 @@ TABLE_CONSTRAINTS TABLE_NAME select TABLE_PRIVILEGES TABLE_NAME select TABLE_STATISTICS TABLE_NAME select VIEWS TABLE_NAME select -INNODB_BUFFER_POOL_PAGES_INDEX table_name select -INNODB_TABLE_STATS table_name select -INNODB_INDEX_STATS table_name select delete from mysql.user where user='mysqltest_4'; delete from mysql.db where user='mysqltest_4'; flush privileges; |