| Bug #12381 | row-based replication leaks memory in rpl_row_loaddata | ||
|---|---|---|---|
| Submitted: | 4 Aug 2005 13:26 | Modified: | 5 Aug 2005 14:31 |
| Reporter: | Guilhem Bichot | Email Updates: | |
| Status: | Closed | Impact on me: | |
| Category: | MySQL Server: Replication | Severity: | S3 (Non-critical) |
| Version: | 5.0 | OS: | Linux (linux) |
| Assigned to: | CPU Architecture: | Any | |
[4 Aug 2005 13:26]
Guilhem Bichot
[5 Aug 2005 12:44]
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/internals/27917
[5 Aug 2005 14:24]
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/internals/27921
[5 Aug 2005 14:31]
Guilhem Bichot
Fixed in ChangeSet@1.1904, 2005-08-05 16:24:09+02:00, guilhem@mysql.com Fix for BUG#12381 "row-based replication leaks memory in rpl_row_loaddata": I replace m_chunks with a MEM_ROOT in table_mapping (achieves the same functionality), and add a free_root() which closes the leak. Added comments. in our internal mysql-5.0-wl1012 (nothing to document).
