From: Date: June 24 2005 8:57am Subject: bk commit into 5.0 tree (timour:1.2003) BUG#11185 List-Archive: http://lists.mysql.com/internals/26393 X-Bug: 11185 Message-Id: <20050624065706.0F4DE16775B@zmei.home> Below is the list of changes that have just been committed into a local 5.0 repository of timka. When timka 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.2003 05/06/24 09:56:58 timour@stripped +2 -0 Fixed test result for BUG#11185. mysql-test/r/range.result 1.37 05/06/24 09:56:51 timour@stripped +1 -1 Fixed test result for BUG#11185. mysql-test/r/innodb.result 1.121 05/06/24 09:56:50 timour@stripped +3 -2 Fixed test result for BUG#11185. # 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: timour # Host: zmei.home # Root: /home/timka/mysql/src/5.0-dbg --- 1.120/mysql-test/r/innodb.result 2005-06-21 08:16:17 +03:00 +++ 1.121/mysql-test/r/innodb.result 2005-06-24 09:56:50 +03:00 @@ -1721,12 +1721,13 @@ 0 explain select count(*) from t1 where x > -16; id select_type table type possible_keys key key_len ref rows Extra -1 SIMPLE t1 range PRIMARY PRIMARY 8 NULL 1 Using where; Using index +1 SIMPLE t1 index PRIMARY PRIMARY 8 NULL 2 Using where; Using index select count(*) from t1 where x > -16; count(*) -1 +2 select * from t1 where x > -16; x +18446744073709551600 18446744073709551601 select count(*) from t1 where x = 18446744073709551601; count(*) --- 1.36/mysql-test/r/range.result 2005-06-23 12:08:50 +03:00 +++ 1.37/mysql-test/r/range.result 2005-06-24 09:56:51 +03:00 @@ -544,7 +544,7 @@ 1 select count(*) from t2 where x > -16; count(*) -2 +1 select count(*) from t2 where x = 18446744073709551601; count(*) 0