Bug #19244 DD: Insert+Delete
Submitted: 21 Apr 2006 4:52 Modified: 23 Apr 2006 1:18
Reporter: Jonas Oreland Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Cluster: Cluster (NDB) storage engine Severity:S3 (Non-critical)
Version:5.1 OS:
Assigned to: Jonas Oreland CPU Architecture:Any

[21 Apr 2006 4:52] Jonas Oreland
Description:
begin;
insert;
delete;
commit;

this casued a page to have busy count of 1, meaning that it will never leave page cache.
this could later lead to deadlock when trying to evict pages...

How to repeat:
 

Suggested fix:
[21 Apr 2006 4:54] 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/5246
[21 Apr 2006 14:46] Tomas Ulin
pushed to 5.1.10
[23 Apr 2006 1:18] 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 bugfix, yourself. More information 
about accessing the source trees is available at
    http://www.mysql.com/doc/en/Installing_source_tree.html

Additional info:

Documented in 5.1.10 changelog; closed.