12.06.2012, 09:43
Quote:
X-X why don't you use smart updating.. you've been doing this shit for so long and still make those large queries..
obviously looks like some sort of mysql_format problem... '%d'? you've been here to long for that shit man.. no offence Try format, or try MySQL R7-2 plugin |
Also one UPDATE means that you only search for the player record once - means less searching, even if your tables are indexed correctly (which they should be!).
I'd like to see how you update large amounts of account data.