Bug #16771 DD - memleak with insert/delete in loop
Submitted: 25 Jan 2006 8:47 Modified: 26 Jan 2006 0:52
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.6 OS:
Assigned to: Jonas Oreland CPU Architecture:Any

[25 Jan 2006 8:47] Jonas Oreland
Description:
Disk alloc leaked extents when doing delete/insert in loop.
This lead to tablespace getting full prematurely

How to repeat:
 

Suggested fix:
[25 Jan 2006 8:49] 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/1603
[25 Jan 2006 10:11] Jonas Oreland
pushed into 5.1.6
[26 Jan 2006 0:52] Mike Hillyer
Documented in 5.1.6 changelog:

     <listitem>
        <para>
          NDB Cluster leaked disk space when performing INSERTS/DELETES
          in a loop. (Bug #16771)
        </para>
      </listitem>