SA-MP Forums Archive
MYSQL issue - 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 issue (/showthread.php?tid=563333)



MYSQL issue - qmnty - 15.02.2015

What happen when this warning always appear?

pawn Код:
CMySQLHandler::FreeResult() - The result is already empty.
It can make RAM usage higher, and make server auto shutdown?


Re: MYSQL issue - Misiur - 15.02.2015

If it's already empty, there's nothing to clutter the ram. If this notice didn't appear, that could mean that mysql plugin is vulnerable to this, but it isn't in this particular instance. Could you show example of code doing this? Are you trying to free after threaded query? If yes there's not need, as after callback plugin autofrees the cache.


Re: MYSQL issue - qmnty - 15.02.2015

Okay i got it,

But can it make my VPS RAM usage high?