Re: [libdbi-users] Found and fixed: dbd_mysql thread unsafe problem

2019-11-18 Thread Ethan Funk
Markus, Unfortunately, I have no experience maintaining code for packages. The best I can do is a few lines in a Makefile, and I don't understand automake scripts at all. I can fix all sorts of things in c source code, but I would likely break the test and build process. So I wouldn't trust me as

Re: [libdbi-users] Found and fixed: dbd_mysql thread unsafe problem

2019-11-18 Thread Markus Hoenicka
Hi Ethan and anyone else who might be listening, I'm sorry for the sluggish response time. I'm afraid I'm the one you're looking for. I used to maintain libdbi and the drivers for a couple of years while I was able to do some programming. I continued as sort of a caretaker for another while

[libdbi-users] Found and fixed: dbd_mysql thread unsafe problem

2019-11-16 Thread Ethan Funk
I found and tested a fix for the mysql thread safety problem I have been troubleshooting. Commenting out line 154 of dbd_mysql.c succeeds in fixing the problem when libdbi-mysql is build against recent libmysqlclient libraries. This is the were mysql_server_end() is called after each dbi instance