Below is the list of changes that have just been committed into a local
6.0 repository of uchum. When uchum 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-11-12 23:00:43+04:00, gshchepa@stripped +2 -0
falcon_bugs.result, falcon_bugs.test:
Updated test case (bug #27695).
mysql-test/suite/falcon/r/falcon_bugs.result@stripped, 2007-11-12 23:00:09+04:00, gshchepa@stripped +1 -3
Updated test case (bug #27695).
mysql-test/suite/falcon/t/falcon_bugs.test@stripped, 2007-11-12 22:58:52+04:00, gshchepa@stripped +1 -3
Updated test case (bug #27695).
diff -Nrup a/mysql-test/suite/falcon/r/falcon_bugs.result b/mysql-test/suite/falcon/r/falcon_bugs.result
--- a/mysql-test/suite/falcon/r/falcon_bugs.result 2007-10-05 11:42:50 +05:00
+++ b/mysql-test/suite/falcon/r/falcon_bugs.result 2007-11-12 23:00:09 +04:00
@@ -777,9 +777,7 @@ DROP TABLE t1;
SET @@storage_engine = Falcon;
DROP VIEW IF EXISTS v5y;
CREATE VIEW v5y AS SELECT 1 AS ` `;
-Warnings:
-Warning 1474 Name ' ' has become ''
-DROP VIEW v5y;
+ERROR 42000: Incorrect column name ' '
*** Bug #27696 ***
SET @@storage_engine = Falcon;
SET names utf8;
diff -Nrup a/mysql-test/suite/falcon/t/falcon_bugs.test b/mysql-test/suite/falcon/t/falcon_bugs.test
--- a/mysql-test/suite/falcon/t/falcon_bugs.test 2007-10-05 17:21:27 +05:00
+++ b/mysql-test/suite/falcon/t/falcon_bugs.test 2007-11-12 22:58:52 +04:00
@@ -1158,10 +1158,8 @@ SET @@storage_engine = Falcon;
DROP VIEW IF EXISTS v5y;
--enable_warnings
+--error 1166
CREATE VIEW v5y AS SELECT 1 AS ` `;
-
-# Final cleanup.
-DROP VIEW v5y;
#
# Bug #27696: Tables with non-ASCII names can't be created
| Thread |
|---|
| • bk commit into 6.0 tree (gshchepa:1.2683) BUG#27695 | gshchepa | 12 Nov |