1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-30 11:22:14 +03:00
Files
mariadb/dbug
Georgi Kodinov 16fadb10b5 Bug #52629: memory leak from sys_var_thd_dbug in binlog.binlog_write_error
When re-setting (SET GLOBAL debug='') the GLOBAL debug settings the 
server was not freeing the data elements from the top (initial) frame 
before setting them to 0 without freeing the underlying memory. As these 
are global settings there's a chance that something is there already.
Fixed by :
1. making sure the allocated data are cleaned up before re-setting them
while parsing a debug string
2. making sure the stuff allocated in the global settings is freed on 
shutdown.
2010-04-16 10:30:53 +03:00
..
2000-07-31 21:29:14 +02:00
2000-07-31 21:29:14 +02:00
2004-11-11 14:42:35 +01:00
2004-11-11 14:42:35 +01:00
2004-11-11 14:42:35 +01:00
2000-07-31 21:29:14 +02:00
2004-11-11 14:42:35 +01:00
2000-07-31 21:29:14 +02:00
2006-02-14 22:36:11 +01:00
2000-07-31 21:29:14 +02:00
2001-09-14 02:54:33 +03:00
2000-07-31 21:29:14 +02:00