From: Date: December 13 2005 5:33pm Subject: bk commit into 5.0 tree (jonas:1.1977) BUG#15675 List-Archive: http://lists.mysql.com/commits/113 X-Bug: 15675 Message-Id: <20051213163323.A8686144050@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.1977 05/12/13 17:33:19 jonas@stripped +1 -0 Bug#15675 - ndb - fix read_multi_range.test drop all tables it using NOTE: only changes to test script mysql-test/t/ndb_read_multi_range.test 1.5 05/12/13 17:33:16 jonas@stripped +1 -1 Bug#15675 - ndb - fix read_multi_range.test drop all tables it using # 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.4/mysql-test/t/ndb_read_multi_range.test 2005-04-21 11:11:17 +02:00 +++ 1.5/mysql-test/t/ndb_read_multi_range.test 2005-12-13 17:33:16 +01:00 @@ -2,7 +2,7 @@ -- source include/not_embedded.inc --disable_warnings -DROP TABLE IF EXISTS t1, r1; +DROP TABLE IF EXISTS t1, t2, r1; --enable_warnings #