List:Commits« Previous MessageNext Message »
From:eugene Date:April 20 2006 10:35am
Subject:bk commit into 4.1 tree (evgen:1.2467) BUG#14169
View as plain text  
Below is the list of changes that have just been committed into a local
4.1 repository of evgen. When evgen 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.2467 06/04/20 12:35:33 evgen@stripped +1 -0
  func_gconcat.test:
    Clean up test case for bug#14169

  mysql-test/t/func_gconcat.test
    1.37 06/04/20 12:34:12 evgen@stripped +0 -1
    Clean up 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:	evgen
# Host:	moonbone.local
# Root:	/work/14169-bug-4.1-mysql

--- 1.36/mysql-test/t/func_gconcat.test	2006-04-20 03:08:33 +04:00
+++ 1.37/mysql-test/t/func_gconcat.test	2006-04-20 12:34:12 +04:00
@@ -398,7 +398,6 @@
 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;
 --disable_metadata
 drop table t1;
 
Thread
bk commit into 4.1 tree (evgen:1.2467) BUG#14169eugene20 Apr