mysql_unprocessed_queries - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: mysql_unprocessed_queries (
/showthread.php?tid=498041)
mysql_unprocessed_queries -
audriuxxx - 01.03.2014
Hi,
With this function in the top you get unprocessed queries all is well, but it's possible to know what queries is unprocessed?
Re: mysql_unprocessed_queries -
DeStunter - 01.03.2014
if you're asking what unprocessed means it means it has not been done yet, like a back log. I would imagine the function would return an array of unprocessed queries that are still in que.
Re: mysql_unprocessed_queries -
audriuxxx - 01.03.2014
I know what i means.. I need to know what queries is not unprocessed.