Bug #24039 Index scan + delete + rollback yields node crash
Submitted: 7 Nov 2006 13:16 Modified: 6 Dec 2006 11:32
Reporter: Jonas Oreland
Status: Closed
Category:Server: Cluster Severity:S3 (Non-critical)
Version: OS:
Assigned to: Jonas Oreland Target Version:
Tags: 5.1

[7 Nov 2006 13:16] Jonas Oreland
Description:
 

How to repeat:
create table t1 (a int primary key) engine = ndb;
insert into t1 values (1), (2), (3);
begin;
delete from t1 where a > 1;
rollback;

Suggested fix:
[7 Nov 2006 13:59] Bugs System
A patch for this bug has been committed. After review, it may
be pushed to the relevant source trees for release in the next
version. You can access the patch from:

  http://lists.mysql.com/commits/14957

ChangeSet@1.2325, 2006-11-07 13:59:14+01:00, jonas@perch.ndb.mysql.com +3 -0
  ndb - bug#24039
    Make sure index scan does not commitDelete
[6 Dec 2006 11:32] Jon Stephens
Thank you for your bug report. This issue has been committed to our source repository of
that product and will be incorporated into the next release.

If necessary, you can access the source repository and build the latest available
version, including the bug fix. More information about accessing the source trees is
available at

    http://dev.mysql.com/doc/en/installing-source.html

Documented bugfix in 5.1.14 changelog.