List:Commits« Previous MessageNext Message »
From:gluh Date:November 14 2007 2:56pm
Subject:bk commit into 5.0 tree (gluh:1.2575)
View as plain text  
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-11-14 18:56:14+04:00, gluh@stripped +1 -0
  after merge fix

  mysql-test/t/select.test@stripped, 2007-11-14 18:56:12+04:00, gluh@stripped +3 -0
    after merge fix

diff -Nrup a/mysql-test/t/select.test b/mysql-test/t/select.test
--- a/mysql-test/t/select.test	2007-11-14 17:26:21 +04:00
+++ b/mysql-test/t/select.test	2007-11-14 18:56:12 +04:00
@@ -3504,6 +3504,9 @@ CREATE VIEW v1 AS SELECT 1 AS `  `;
 --error 1166
 CREATE VIEW v1 AS SELECT (SELECT 1 AS `  `);
 
+CREATE VIEW v1 AS SELECT 1 AS ` x`;
+SELECT `x` FROM v1;
+
 --error 1166
 ALTER VIEW v1 AS SELECT 1 AS ` `;
 
Thread
bk commit into 5.0 tree (gluh:1.2575)gluh14 Nov