Hi everyone
Version 2.10.6 of libzdb is available:
Download: http://tildeslash.com/libzdb/dist/libzdb-2.10.6.tar.gz MD5 checksum: 60d27a7c3857a8fd62da7ba89daa5c25
This is mostly a bug fix release which has been tested on the following platforms:
* Linux 2.6 (x86 and x64) * Mac OS X Mountain Lion (Darwin 10.8.x x86_64) * Mac OS X Lion (Darwin 10.7.x x86_64) * FreeBSD 6.x, 7.x and 8.x (x86 and x64) * Solaris 10 and Solaris Express (sparc and x86) * OpenBSD 4.x (x86 and x64)
Changes in this release: ------------------------
* New: ConnectionPool_start() now throws an SQLException instead of calling ABORT if starting the pool failed. Thanks to Christopher O'Hara for suggestion.
* Fixes: MySQL: Using a stored procedure which returned a result set would freeze the connection until it was reaped. Thanks to Jesse White for patch.
* Fixes: Ensure that the library can be restarted after it was stopped without leaking resources. Only applicable for MySQL which could leak memory on runtime restart. Thanks to Axel Steiner for initial patch and suggestion. Restartable in this context means that you can call ConnectionPool_start and ConnectionPool_stop repeatedly.