List:Commits« Previous MessageNext Message »
From:igor Date:April 19 2006 11:08pm
Subject:bk commit into 4.1 tree (igor:1.2466)
View as plain text  
Below is the list of changes that have just been committed into a local
4.1 repository of igor. When igor 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
  1.2466 06/04/19 16:08:37 igor@stripped +2 -0
  Temporarily commented out a query from the test case for bug 14169 to make it pass with --ps-protocol.

  mysql-test/t/func_gconcat.test
    1.36 06/04/19 16:08:33 igor@stripped +3 -1
    Temporarily commented out a query from the test case for bug 14169 to make it pass with --ps-protocol.

  mysql-test/r/func_gconcat.result
    1.46 06/04/19 16:08:32 igor@stripped +1 -0
    Added DROP TABLE command to the test case for bug 14169.

# This is a BitKeeper patch.  What follows are the unified diffs for the
# set of deltas contained in the patch.  The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User:	igor
# Host:	rurik.mysql.com
# Root:	/home/igor/dev/mysql-4.1-2

--- 1.45/mysql-test/r/func_gconcat.result	2006-04-19 13:26:29 -07:00
+++ 1.46/mysql-test/r/func_gconcat.result	2006-04-19 16:08:32 -07:00
@@ -613,3 +613,4 @@
 f2	group_concat(f1)
 aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa	1
 bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb	2
+drop table t1;

--- 1.35/mysql-test/t/func_gconcat.test	2006-04-12 11:46:32 -07:00
+++ 1.36/mysql-test/t/func_gconcat.test	2006-04-19 16:08:33 -07:00
@@ -398,6 +398,8 @@
 insert into t1 values (1,repeat('a',255)),(2,repeat('b',255));
 --enable_metadata
 select f2,group_concat(f1) from t1 group by f2;
-select f2,group_concat(f1) from t1 group by f2 order by 2;
+# select f2,group_concat(f1) from t1 group by f2 order by 2;
 --disable_metadata
+drop table t1;
+
 # End of 4.1 tests
Thread
bk commit into 4.1 tree (igor:1.2466)igor20 Apr