Loading mysql-test/r/information_schema_db.result +2 −2 Original line number Diff line number Diff line use INFORMATION_SCHEMA; show tables; Tables_in_INFORMATION_SCHEMA Tables_in_information_schema SCHEMATA TABLES COLUMNS Loading @@ -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 Loading mysql-test/t/information_schema_db.test +2 −0 Original line number Diff line number Diff line -- source include/testdb_only.inc use INFORMATION_SCHEMA; --replace_result Tables_in_INFORMATION_SCHEMA Tables_in_information_schema show tables; --replace_result 'Tables_in_INFORMATION_SCHEMA (T%)' 'Tables_in_information_schema (T%)' show tables from INFORMATION_SCHEMA like 'T%'; create database `inf%`; use `inf%`; Loading Loading
mysql-test/r/information_schema_db.result +2 −2 Original line number Diff line number Diff line use INFORMATION_SCHEMA; show tables; Tables_in_INFORMATION_SCHEMA Tables_in_information_schema SCHEMATA TABLES COLUMNS Loading @@ -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 Loading
mysql-test/t/information_schema_db.test +2 −0 Original line number Diff line number Diff line -- source include/testdb_only.inc use INFORMATION_SCHEMA; --replace_result Tables_in_INFORMATION_SCHEMA Tables_in_information_schema show tables; --replace_result 'Tables_in_INFORMATION_SCHEMA (T%)' 'Tables_in_information_schema (T%)' show tables from INFORMATION_SCHEMA like 'T%'; create database `inf%`; use `inf%`; Loading