From: jonas Date: December 14 2005 8:13am Subject: bk commit into 5.0 tree (jonas:1.1978) BUG#15675 List-Archive: http://lists.mysql.com/commits/138 X-Bug: 15675 Message-Id: <20051214081307.DFDE31ED1B7@perch.ndb.mysql.com> Below is the list of changes that have just been committed into a local 5.0 repository of jonas. When jonas 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.1978 05/12/14 09:13:03 jonas@stripped +1 -0 ndb - read_multi_range update result file bug#15675 mysql-test/r/ndb_read_multi_range.result 1.4 05/12/14 09:13:00 jonas@stripped +1 -1 update test file # 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: jonas # Host: perch.ndb.mysql.com # Root: /home/jonas/src/mysql-5.0-push --- 1.3/mysql-test/r/ndb_read_multi_range.result 2004-12-01 12:43:28 +01:00 +++ 1.4/mysql-test/r/ndb_read_multi_range.result 2005-12-14 09:13:00 +01:00 @@ -1,4 +1,4 @@ -DROP TABLE IF EXISTS t1, r1; +DROP TABLE IF EXISTS t1, t2, r1; create table t1 ( a int primary key, b int not null,