From: jani Date: December 13 2005 10:23pm Subject: bk commit into 5.0 tree (jani:1.1981) List-Archive: http://lists.mysql.com/commits/129 Message-Id: <20051213222355.944BA42253B@rhols221.adsl.netsonic.fi> Below is the list of changes that have just been committed into a local 5.0 repository of jani. When jani 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.1981 05/12/14 00:23:46 jani@stripped +1 -0 Fixed test case. mysql-test/r/ndb_read_multi_range.result 1.4 05/12/14 00:23:40 jani@stripped +1 -1 Fixed test case. # 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: jani # Host: a193-229-222-105.elisa-laajakaista.fi # Root: /home/my/bk/mysql-5.0 --- 1.3/mysql-test/r/ndb_read_multi_range.result 2004-12-01 13:43:28 +02:00 +++ 1.4/mysql-test/r/ndb_read_multi_range.result 2005-12-14 00:23:40 +02: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,