Bug #60431 | Free resources on unload | ||
---|---|---|---|
Submitted: | 11 Mar 2011 12:26 | Modified: | 24 Feb 2012 9:22 |
Reporter: | Peter Christensen | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server: C API (client library) | Severity: | S4 (Feature request) |
Version: | 5.1.56 | OS: | Linux |
Assigned to: | CPU Architecture: | Any | |
Tags: | gcc, Leak, my_end, mysql_library_end, PAM |
[11 Mar 2011 12:26]
Peter Christensen
[24 Feb 2012 9:22]
Georgi Kodinov
Automatic initialization of mysql durring dll/shared object library load/unload is a double-edged sword. See http://lists.mysql.com/commits/53011 for reference. You will need to find some other ways to initialize libmysql in your application.