Loading mysql-test/r/information_schema.result +4 −4 Original line number Diff line number Diff line Loading @@ -1386,7 +1386,7 @@ f7 datetime NO NULL f8 datetime YES 2006-01-01 00:00:00 drop table t1; End of 5.0 tests. show fields from information_schema.TABLE_NAMES; ERROR 42S02: Unknown table 'TABLE_NAMES' in information_schema show keys from information_schema.TABLE_NAMES; ERROR 42S02: Unknown table 'TABLE_NAMES' in information_schema show fields from information_schema.table_names; ERROR 42S02: Unknown table 'table_names' in information_schema show keys from information_schema.table_names; ERROR 42S02: Unknown table 'table_names' in information_schema mysql-test/t/information_schema.test +2 −2 Original line number Diff line number Diff line Loading @@ -1094,7 +1094,7 @@ drop table t1; # Bug#30079 A check for "hidden" I_S tables is flawed # --error 1109 show fields from information_schema.TABLE_NAMES; show fields from information_schema.table_names; --error 1109 show keys from information_schema.TABLE_NAMES; show keys from information_schema.table_names; Loading
mysql-test/r/information_schema.result +4 −4 Original line number Diff line number Diff line Loading @@ -1386,7 +1386,7 @@ f7 datetime NO NULL f8 datetime YES 2006-01-01 00:00:00 drop table t1; End of 5.0 tests. show fields from information_schema.TABLE_NAMES; ERROR 42S02: Unknown table 'TABLE_NAMES' in information_schema show keys from information_schema.TABLE_NAMES; ERROR 42S02: Unknown table 'TABLE_NAMES' in information_schema show fields from information_schema.table_names; ERROR 42S02: Unknown table 'table_names' in information_schema show keys from information_schema.table_names; ERROR 42S02: Unknown table 'table_names' in information_schema
mysql-test/t/information_schema.test +2 −2 Original line number Diff line number Diff line Loading @@ -1094,7 +1094,7 @@ drop table t1; # Bug#30079 A check for "hidden" I_S tables is flawed # --error 1109 show fields from information_schema.TABLE_NAMES; show fields from information_schema.table_names; --error 1109 show keys from information_schema.TABLE_NAMES; show keys from information_schema.table_names;