[collectd-changes] collectd, the system statistics collection daemon: Changes to 'collectd-4.10'
Florian Forster
octo at verplant.org
Mon Mar 25 07:34:01 CET 2013
configure.in | 169 ++++++++++++++++++++++++++++------------------------------
src/mysql.c | 63 +++++++++++-----------
2 files changed, 114 insertions(+), 118 deletions(-)
New commits:
commit dee89f856ffba3fcfccf530cd98f4d515bb46728
Author: Florian Forster <octo at collectd.org>
Date: Mon Mar 25 07:28:36 2013 +0100
mysql plugin: Call mysql_init() only once.
Apparently, if you call it with a structure allocated by mysql_init()
itself, it leaks memory. Thanks to Yves Mettier for pointing this out!
Fixes Github issue #274.
commit 01a4d0ac2dec01b668a6cb80136a166ec8548a97
Author: Florian Forster <octo at collectd.org>
Date: Thu Feb 21 11:18:53 2013 +0100
configure.in: Fix quoting of AC_LANG_PROGRAM().
Autoconf 2.68 complains about that and aborts building the configure
script. *sigh*
More information about the collectd-changes
mailing list