From: Date: April 24 2006 6:59pm Subject: bk commit into 5.0 tree (evgen:1.2094) BUG#18739 List-Archive: http://lists.mysql.com/commits/5423 X-Bug: 18739 Message-Id: <20060424165929.0095122F85C@moonbone.moonbone.local> Below is the list of changes that have just been committed into a local 5.0 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.2094 06/04/24 20:59:23 evgen@stripped +1 -0 having.test: After merge fix for bug#18739 mysql-test/t/having.test 1.22 06/04/24 20:58:48 evgen@stripped +1 -1 After merge fix for bug#18739 # 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/18739-bug-5.0-mysql --- 1.21/mysql-test/t/having.test 2006-04-21 01:49:05 +04:00 +++ 1.22/mysql-test/t/having.test 2006-04-24 20:58:48 +04:00 @@ -401,7 +401,7 @@ select f1 from t1 having max(f1)=f1; select f1 from t1 group by f1 having max(f1)=f1; set session sql_mode='ONLY_FULL_GROUP_BY'; ---error 1461 +--error 1463 select f1 from t1 having max(f1)=f1; select f1 from t1 group by f1 having max(f1)=f1; set session sql_mode='';