From: Date: September 25 2006 10:50am Subject: bk commit into 5.0 tree (kaa:1.2236) BUG#22129 List-Archive: http://lists.mysql.com/commits/12460 X-Bug: 22129 Message-Id: <20060925085038.04EACC8D64@polly.local> Below is the list of changes that have just been committed into a local 5.0 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, 2006-09-25 12:50:32+04:00, kaa@stripped +1 -0 Fixed broken 'strict' test which relied on incorrect behaviour of my_strtod() (fixed in bug #22129) mysql-test/r/strict.result@stripped, 2006-09-25 12:50:28+04:00, kaa@stripped +2 -2 Fixed broken 'strict' test which relied on incorrect behaviour of my_strtod() (fixed in bug #22129) # 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: /tmp/22129/bug22129/my50-bug22129 --- 1.27/mysql-test/r/strict.result 2006-09-25 12:50:37 +04:00 +++ 1.28/mysql-test/r/strict.result 2006-09-25 12:50:37 +04:00 @@ -917,10 +917,10 @@ Warning 1264 Out of range value adjusted Warning 1264 Out of range value adjusted for column 'col2' at row 1 SELECT * FROM t1; col1 col2 -0 0 +-2.2e-307 0 1e-303 0 1.7e+308 1.7e+308 -0 0 +-2.2e-307 0 -2e-307 0 1.7e+308 1.7e+308 0 NULL