Hello,
i think there is a problem at the mysql_backend at the
function mysql_odbx_finish().
I create a few threads and each one create a MySQL connection with
odbx_init() and odbx_bind().
If the work is done, any thread close its own MySQL connection with
odbx_unbind() and odbx_finish() and joined to the main thread.
Now the problem:
mysql_thread_end() is only called if mysql_counter <= 0 but i think it
should be called always.
see at: http://dev.mysql.com/doc/refman/5.4/en/mysql-thread-end.html
Is this a bug at mysql_odbx_finish() or my fault?
Best regards,
Andreas Campagna
------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
_______________________________________________
libopendbx-devel mailing list
libopendbx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libopendbx-devel
http://www.linuxnetworks.de/doc/index.php/OpenDBX