14.03.2015, 20:00
Quote:
You could try using mysql_query or threaded queries with y_inline.
Method #1 - mysql_query Code:
[...] Code:
[...] |
Quote:
Sorry, but it actually seems like that made it even worse. It still crashes at __kernel_vsyscal. Can it be related to the connection being idle for a while?
|
I've compiled another version for you. This time there's no possible fix included; this version is purely for debugging purposes. I've compiled the MySQL C library (libmysqlclient.a) and the plugin itself with debug information, so your next crash report should have more useful stuff in it.
mysql-r39-2d-debian7.zip
Quote:
Hi, i need a bit of help.
I'm using the callback OnQueryError and checking if its CR_SERVER_GONE_ERROR, to lock the server and avoid trouble. But the problem is that we lost connection with the database, but the server was kept on. Errors: http://pastebin.com/fvBNWfQc Script: Code:
[...] |