Bug #632 heap b-tree index scan error
Submitted: 11 Jun 2003 3:58 Modified: 11 Jun 2003 3:58
Reporter: Ramil Kalimullin Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server Severity:S2 (Serious)
Version:4.1 OS:Any (all)
Assigned to: Ramil Kalimullin CPU Architecture:Any

[11 Jun 2003 3:58] Ramil Kalimullin
Description:
create table t1 (a int not null,b int not null, primary key using BTREE (a))type=heap;
insert into t1 values(-2,-2),(-1,-1),(0,0),(1,1),(2,2),(3,3),(4,4);
delete from t1 where a > -3;

then 

select * from t1;

returns 
-1 -1

How to repeat:
See the description of the bug.
[11 Jun 2003 3:58] Ramil Kalimullin
Thank you for your bug report. This issue has been fixed in the latest
development tree for that product. You can find more information about
accessing our development trees at 
    http://www.mysql.com/doc/en/Installing_source_tree.html

ChangeSet
  1.1596 03/06/10 12:19:28 ram@mysql.r18.ru +3 -0