06.04.2014, 08:47
Hi,
I want to ask.
Why this callback OnQueryError, is not called? i have made him like that:
This information have to be printed in server.log right? but there is nothing.
I use latest blueG mysql plugin, where problem when OnQueryError was not called, now fixed.
Because this error in mysql_log don't say my anything, i have a lot of queries, different in my gamemod'e anywhere.
I want to ask.
Why this callback OnQueryError, is not called? i have made him like that:
Code:
public OnQueryError(errorid, error[], callback[], query[], connectionHandle) { printf("Query: %s, callback: %s, connectionhandle: %d, error:%s",query,callback,connectionHandle,error); return 1; }
I use latest blueG mysql plugin, where problem when OnQueryError was not called, now fixed.
Code:
[ERROR] CMySQLQuery::Execute[] - (error #1064) You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '35773''' at line 1