Bug #56650 | Valgrind warnings for memory leak in semisync plugin (MYSQL object not freed) | ||
---|---|---|---|
Submitted: | 8 Sep 2010 13:56 | Modified: | 14 Dec 2010 6:40 |
Reporter: | Sven Sandberg | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Replication | Severity: | S2 (Serious) |
Version: | trunk, 5.6 | OS: | Any |
Assigned to: | Zhenxing He | CPU Architecture: | Any |
Tags: | memory leak, replication, semisync, valgrind |
[8 Sep 2010 13:56]
Sven Sandberg
[20 Oct 2010 11:11]
Sven Sandberg
This happened again on http://pb2.norway.sun.com/web.py?template=show_pushes&branch=mysql-5.5 , on the valgrind host, push http://pb2.norway.sun.com/web.py?template=push_details&push=1618586 in test case rpl_heartbeat_basic. So setting to verified.
[29 Nov 2010 5:55]
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/125293 3258 He Zhenxing 2010-11-29 BUG#56650 Valgrind warnings for memory leak in semisync plugin (MYSQL object not freed) The problem was that the query result was not freed properly when querying master semi-sync status on slave, fixed the problem by adding code to free the query result.
[2 Dec 2010 7:38]
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/125750 3405 He Zhenxing 2010-12-02 BUG#56650 Valgrind warnings for memory leak in semisync plugin (MYSQL object not freed) The problem was that the query result was not freed properly when querying master semi-sync status on slave, fixed the problem by adding code to free the query result.
[2 Dec 2010 8:00]
Zhenxing He
Pushed to trunk-bugfixing
[5 Dec 2010 12:42]
Bugs System
Pushed into mysql-trunk 5.6.1 (revid:alexander.nozdrin@oracle.com-20101205122447-6x94l4fmslpbttxj) (version source revid:alexander.nozdrin@oracle.com-20101205122447-6x94l4fmslpbttxj) (merge vers: 5.6.1) (pib:23)
[14 Dec 2010 6:40]
Jon Stephens
Issue does not appear in a 5.6 release; no changelog entry required. Closed.