09.01.2015, 13:12
Hi,
I started use this function
But now when is error and in mysql.log write my error my server everytime crash/hangs when i add this, because i need to see full of query.
I started use this function
Код:
public OnQueryError(errorid, error[], callback[], query[], connectionHandle)
{
printf("Something is wrong in your syntax, query: %s",query);
return 1;
}
