Ethan Funk writes:
> xmultipart message, 3 parts [Click mouse-2 to display parts]
Hi,
as I didn't hear any complaints about the suggested change, I've added
your patch to the repository, see dbd_mysql.c revision 1.110.
regards,
Markus
--
Markus Hoenicka
http://www.mhoenicka.de
AQ sco
Am 2013-10-08 06:54, schrieb Ethan Funk:
> I would like to recommend the following code change to the 0.9 mysql driver
> code to prevent a memory leak when the driver is linked against the
> thread-safe mysqlclient_r library. The if(mysql_thread_safe()) statement
> should ensure that the my
I would like to recommend the following code change to the 0.9 mysql driver
code to prevent a memory leak when the driver is linked against the
thread-safe mysqlclient_r library. The if(mysql_thread_safe()) statement
should ensure that the mysql cleanup function I added for threads is not
inv