mysql problem - OnQueryError with no message
#1

So, i have this function

Code:
public OnQueryError( errorid, error[ ], callback[ ], query[ ], connectionHandle )
{
	print( "====================================================================" );
	printf( "Error ID: %d, Error: %s", errorid, error );
	printf( "Callback: %s", callback );
	printf( "gQuery: %s", query );
        printf( "Handle: %d", connectionHandle );
	print( "====================================================================" );
	return 1;
}
And i'm receving something like that:

Code:
[20:51:28] ====================================================================
[20:51:28] Error ID: 4, Error: 
[20:51:28] Callback: 
[20:51:28] gQuery: 
[20:51:28] Handle: 0
[20:51:28] ====================================================================
Why?

EDIT: New i'm getting also like that in server_log

Code:
16:08:44] ====================================================================
[16:08:44] Error ID: 14, Error: 
[16:08:44] Callback:  "!#%$&('–)*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~ЂЃ‚ѓ„…†‡€‰Љ‹ЊЌЋЏђ‘’“”)
[16:08:44] gQuery: 
[16:08:44] ====================================================================
[16:08:44] ====================================================================
[16:08:44] Error ID: 14, Error: 
[16:08:44] Callback: 
[16:08:44] gQuery:  
[16:08:44] Handle: 0
[16:08:44] ====================================================================
[16:08:44] ====================================================================
[16:08:44] Error ID: 14, Error: 
[16:08:44] Callback: 
[16:08:44] gQuery: 
[16:08:44] Handle: 0
[16:08:44] ====================================================================
and the OnRuntimeError is called:

Code:
[debug] OnRuntimeError(18, true)
[debug] OnRuntimeError(18, true)
[debug] OnRuntimeError(14, true)
[debug] OnRuntimeError(14, true)
[debug] OnRuntimeError(14, true)
Reply


Messages In This Thread
mysql problem - OnQueryError with no message - by None1337 - 26.01.2019, 12:22
Re: mysql problem - OnQueryError with no message - by Banditul18 - 26.01.2019, 13:27
Re: mysql problem - OnQueryError with no message - by None1337 - 26.01.2019, 16:09
Re: mysql problem - OnQueryError with no message - by Banditul18 - 26.01.2019, 17:26

Forum Jump:


Users browsing this thread: 1 Guest(s)