From: Date: November 15 2005 6:01pm Subject: bk commit into 4.1 tree (ingo:1.2473) BUG#14616 List-Archive: http://lists.mysql.com/internals/32277 X-Bug: 14616 Message-Id: Below is the list of changes that have just been committed into a local 4.1 repository of mydev. When mydev 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.2473 05/11/15 18:01:30 ingo@stripped +1 -0 Bug#14616 - Freshly imported table returns error 124 when using LIMIT After merge fix. mysql-test/r/myisam.result 1.57 05/11/15 18:01:26 ingo@stripped +1 -1 Bug#14616 - Freshly imported table returns error 124 when using LIMIT After merge fix. # 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: ingo # Host: chilla.local # Root: /home/mydev/mysql-4.1-4100 --- 1.56/mysql-test/r/myisam.result 2005-11-15 16:07:01 +01:00 +++ 1.57/mysql-test/r/myisam.result 2005-11-15 18:01:26 +01:00 @@ -498,7 +498,6 @@ 1 SIMPLE t1 system NULL NULL NULL NULL 1 Using temporary 1 SIMPLE t2 index NULL PRIMARY 4 NULL 2 Using index; Distinct drop table t1,t2; -drop table t1; create table t1 ( c1 varchar(32), key (c1) @@ -508,6 +507,7 @@ select c1 from t1 order by c1 limit 1; c1 a +drop table t1; CREATE TABLE t1 (`a` int(11) NOT NULL default '0', `b` int(11) NOT NULL default '0', UNIQUE KEY `a` USING RTREE (`a`,`b`)) ENGINE=MyISAM; Got one of the listed errors create table t1 (a int, b varchar(200), c text not null) checksum=1;