From: Date: May 28 2007 12:22pm Subject: bk commit into 5.1 tree (kaa:1.2504) BUG#28121 List-Archive: http://lists.mysql.com/commits/27440 X-Bug: 28121 Message-Id: <20070528102229.4E8B6DD9F@polly.local> Below is the list of changes that have just been committed into a local 5.1 repository of kaa. When kaa 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-05-28 14:22:21+04:00, kaa@stripped +1 -0 Changed the warning messages in the testcase to match 5.1 text. This is for bug #28121. mysql-test/r/type_float.result@stripped, 2007-05-28 14:22:16+04:00, kaa@stripped +4 -4 Changed the warning messages in the testcase to match 5.1 text. # 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: kaa # Host: polly.local # Root: /home/kaa/src/maint/bug28121/my51-bug28121 --- 1.55/mysql-test/r/type_float.result 2007-05-28 12:49:39 +04:00 +++ 1.56/mysql-test/r/type_float.result 2007-05-28 14:22:16 +04:00 @@ -349,8 +349,8 @@ insert into t1 values (1e199), (-1e199); insert into t1 values (1e200), (-1e200); insert into t1 values (2e200), (-2e200); Warnings: -Warning 1264 Out of range value adjusted for column 'f1' at row 1 -Warning 1264 Out of range value adjusted for column 'f1' at row 2 +Warning 1264 Out of range value for column 'f1' at row 1 +Warning 1264 Out of range value for column 'f1' at row 2 select f1 + 0e0 from t1; f1 + 0e0 1e+199 @@ -365,8 +365,8 @@ insert into t1 values (1e29), (-1e29); insert into t1 values (1e30), (-1e30); insert into t1 values (2e30), (-2e30); Warnings: -Warning 1264 Out of range value adjusted for column 'f1' at row 1 -Warning 1264 Out of range value adjusted for column 'f1' at row 2 +Warning 1264 Out of range value for column 'f1' at row 1 +Warning 1264 Out of range value for column 'f1' at row 2 select f1 + 0e0 from t1; f1 + 0e0 1.0000000150475e+29