BlueG's MySQL R39-2 - undefined symbols - 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: BlueG's MySQL R39-2 - undefined symbols (
/showthread.php?tid=533794)
BlueG's MySQL R39-2 - undefined symbols -
Norrin - 26.08.2014
I recently updated my MySQL plugin to R39-2 by BlueG, but when I compile, I get the following errors. Can someone help me because this wouldn't work with even the old plugins which I used.
Код:
error 017: undefined symbol "mysql_retrieve_row"
I found the equivalent of the other functions which had this condition like mysql_insert_id and replaced it with cache_insert_id.
EDIT: I've fixed it by replacing it with cache_get_row_count(). No more help needed.