09.02.2012, 20:16
Quote:
@[Diablo] you can still fetch the data in the PAWN thread with mysql_retrieve_row() and such(you will have to set the cache variable to false then).
But, there is still a backward compatibility define pawn Код:
@Stewie` as Sergei said and as I said above, if you had used the threded model before, the above define should do the job.. unless you're using one of the removed functions like: pawn Код:
|
I clearly see the define in the include.. but yet it keeps returning undefined. I even put it in my gm and that happened. I seriously have no idea why
pawn Код:
(7029) : error 017: undefined symbol "mysql_query"
EDIT:
I just this this,
pawn Код:
#if defined mysql_query
#error mysql_query is defined
#endif
Result:
15) : fatal error 111: user error: mysql_query is defined