List:Commits« Previous MessageNext Message »
From:kgeorge Date:October 16 2006 1:27pm
Subject:bk commit into 5.0 tree (gkodinov:1.2300)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of kgeorge. When kgeorge 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, 2006-10-16 16:27:06+03:00, gkodinov@stripped +1 -0
  Merge update of the fix for bug 14019 in 5.0

  mysql-test/r/group_by.result@stripped, 2006-10-16 16:27:01+03:00, gkodinov@stripped +4 -0
    Merge update of the fix for bug 14019 in 5.0

# 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:	gkodinov
# Host:	macbook.gmz
# Root:	/Users/kgeorge/mysql/work/B14019-5.0-opt

--- 1.74/mysql-test/r/group_by.result	2006-10-16 16:27:20 +03:00
+++ 1.75/mysql-test/r/group_by.result	2006-10-16 16:27:20 +03:00
@@ -802,8 +802,12 @@ a
 set sql_mode='';
 SELECT a FROM t1 HAVING 'a' > 1;
 a
+Warnings:
+Warning	1292	Truncated incorrect DOUBLE value: 'a'
 SELECT a FROM t1 HAVING "a" > 1;
 a
+Warnings:
+Warning	1292	Truncated incorrect DOUBLE value: 'a'
 SELECT a FROM t1 HAVING `a` > 1;
 a
 2
Thread
bk commit into 5.0 tree (gkodinov:1.2300)kgeorge16 Oct