Below is the list of changes that have just been committed into a local
5.0 repository of gluh. When gluh does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html
ChangeSet@stripped, 2007-10-05 12:29:02+05:00, gluh@stripped +2 -0
test fix(to satisfy WIN)
mysql-test/r/information_schema.result@stripped, 2007-10-05 12:29:01+05:00, gluh@stripped +4 -4
result fix
mysql-test/t/information_schema.test@stripped, 2007-10-05 12:29:01+05:00, gluh@stripped +2 -2
test fix(to satisfy WIN)
diff -Nrup a/mysql-test/r/information_schema.result b/mysql-test/r/information_schema.result
--- a/mysql-test/r/information_schema.result 2007-10-04 16:20:54 +05:00
+++ b/mysql-test/r/information_schema.result 2007-10-05 12:29:01 +05:00
@@ -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
diff -Nrup a/mysql-test/t/information_schema.test b/mysql-test/t/information_schema.test
--- a/mysql-test/t/information_schema.test 2007-10-04 16:20:54 +05:00
+++ b/mysql-test/t/information_schema.test 2007-10-05 12:29:01 +05:00
@@ -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;
| Thread |
|---|
| • bk commit into 5.0 tree (gluh:1.2552) | gluh | 5 Oct |