Below is the list of changes that have just been committed into a local
5.0 repository of gshchepa. When gshchepa 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-09-15 07:04:32+02:00, gshchepa@stripped +1 -0
select.test:
Post-fix for bug#27695.
mysql-test/t/select.test@stripped, 2007-09-15 07:02:02+02:00, gshchepa@stripped +4 -0
Post-fix for bug#27695.
diff -Nrup a/mysql-test/t/select.test b/mysql-test/t/select.test
--- a/mysql-test/t/select.test 2007-09-13 15:31:03 +02:00
+++ b/mysql-test/t/select.test 2007-09-15 07:02:02 +02:00
@@ -3465,6 +3465,8 @@ DROP TABLE t1;
# truncation of one-space column names to zero length names.
#
+--disable_ps_protocol
+
SELECT 1 AS ` `;
SELECT 1 AS ` `;
SELECT 1 AS ` x`;
@@ -3479,5 +3481,7 @@ CREATE VIEW v3 AS SELECT 1 AS ` x`;
SELECT `x` FROM v3;
DROP VIEW v1, v2, v3;
+
+--enable_ps_protocol
--echo End of 5.0 tests
| Thread |
|---|
| • bk commit into 5.0 tree (gshchepa:1.2529) BUG#27695 | gshchepa | 15 Sep |