Bug #36255 Memory leak while add/delete row's in cluster
Submitted: 22 Apr 2008 13:04 Modified: 29 Jan 2009 15:12
Reporter: Bogdan Kecman Email Updates:
Status: Duplicate Impact on me:
None 
Category:MySQL Cluster: Cluster (NDB) storage engine Severity:S2 (Serious)
Version:5.1.22 OS:Any
Assigned to: CPU Architecture:Any

[22 Apr 2008 13:04] Bogdan Kecman
Description:
while adding and deleting rows in ndbcluster table the memory leaks

How to repeat:
create table 
+--------+--------------+------+-----+---------+-------+
| Field  | Type | Null | Key | Default | Extra |
+--------+--------------+------+-----+---------+-------+
| f1     | varbinary(8) | NO | PRI | | |
| f2 | smallint(6) | NO | | | |
+--------+--------------+------+-----+---------+-------+

add remove rows

Suggested fix:
n/a
[29 Jan 2009 15:12] Hartmut Holzgraefe
Duplicate of bug #34275