Posts: 525
Threads: 11
Joined: Aug 2009
Reputation:
0
But tquery allow to read data using cache functions ?
Posts: 7,801
Threads: 187
Joined: Feb 2010
Reputation:
0
I'm running the dynamic version of R31. My MySQL server version is 5.1.69.
Posts: 212
Threads: 33
Joined: Jul 2012
Reputation:
0
When r33 will be released ?
Posts: 845
Threads: 3
Joined: Jun 2010
Quote:
Originally Posted by Sp3cter
When r33 will be released ?
|
Quote:
Originally Posted by Pain123
It [...] depends on when the tutorial for the ORM system will be done and how long one of my beta testers needs to test new beta versions because of an evil bug.
|
4char
Posts: 368
Threads: 24
Joined: Feb 2012
Quote:
Originally Posted by Kar
Which version is this?
I have this issue also, the rows would return -1 so thats how I know how to fix it, try my fix. Yes it only happens on linux.
pawn Код:
if(rows == -1) { printf("[System: LoadHousesFromDatabase:: FAILED] - Reattempting"); LoadHousesFromDatabase(); } else { // Passed, do stuff now CalculateMillLevy(); CheckHouseLastVisits(); }
|
I had same problem with R31, it wouldnt load vehicles (900+ rows) or count number of accounts, sometimes. This was very annoying as i had to restart server. I didnt care to apply this fix, i just downgraded to R26.
Posts: 40
Threads: 13
Joined: Sep 2012
Reputation:
0
I've installed R31, but it tells me: undefined symbol "mysql_ping"
Why does it? It didn't do this before.
Posts: 90
Threads: 11
Joined: Jun 2012
Reputation:
0
Hello!
Someone would write an example R31 PLUGIN:
native cache_affected_rows (connectionHandle = 1);
native cache_insert_id (connectionHandle = 1);
Use these two functions?
I always return a value of zero.
I tried this way:
format (string, sizeof (string), "% d blalala, cache_affected_rows (connectionHandle = 1)
Sorry bad, English..
Posts: 161
Threads: 14
Joined: Jun 2010
Reputation:
0
Maybe I found a little bug while using y_inline on your plugin.
Using a string in "mysql_tquery_inline(1,Query,using inline EditRaceInline,"iis",playerid,id,racename);" (string -> racename) and calling it in the inline func "inline EditRaceInline(pid,edit_id,string:namerace[])" will output only the first letter of the string.
Exampe: sardupdate as racename will output in Inline as "s".
So, is it a bug?
Posts: 591
Threads: 70
Joined: Jun 2009
Reputation:
0
Edit: Problem solved! (I forgot to install one of these).