diff options
author | unknown <gluh@gluh.mysql.r18.ru> | 2005-05-24 14:35:23 +0400 |
---|---|---|
committer | unknown <gluh@gluh.mysql.r18.ru> | 2005-05-24 14:35:23 +0400 |
commit | f9433acc8180cd5f7edd7c419d79fd683f089061 (patch) | |
tree | c247c34585774e41e11e1c1b1ed897f1fe364212 /mysql-test/r/information_schema_db.result | |
parent | 87f3b9f43e26870c13e3d1558c5863d024bfa86b (diff) | |
download | mariadb-git-f9433acc8180cd5f7edd7c419d79fd683f089061.tar.gz |
Fix for bug #10659: information_schema_db fail on Mac OS
Diffstat (limited to 'mysql-test/r/information_schema_db.result')
-rw-r--r-- | mysql-test/r/information_schema_db.result | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/r/information_schema_db.result b/mysql-test/r/information_schema_db.result index 0ccb22be22a..3da5cc7bd11 100644 --- a/mysql-test/r/information_schema_db.result +++ b/mysql-test/r/information_schema_db.result @@ -1,6 +1,6 @@ use INFORMATION_SCHEMA; show tables; -Tables_in_INFORMATION_SCHEMA +Tables_in_information_schema SCHEMATA TABLES COLUMNS @@ -17,7 +17,7 @@ COLUMN_PRIVILEGES TABLE_CONSTRAINTS KEY_COLUMN_USAGE show tables from INFORMATION_SCHEMA like 'T%'; -Tables_in_INFORMATION_SCHEMA (T%) +Tables_in_information_schema (T%) TABLES TABLE_PRIVILEGES TABLE_CONSTRAINTS |