bcanon
unread,Aug 8, 2009, 3:43:37 AM8/8/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mysqlgame
One of my first rows keeps getting drained (millions in money and
fuel) by a non-existent row.
05:16:25
run by timlash:
UPDATE rows SET attackers=attackers-3498762+111304, money=money
+19818613, fuel=fuel+31330802-19667119 WHERE row_id=457;
UPDATE rows SET attackers=attackers-1500000,
defenders=defenders-625000, money=money-19818613, fuel=fuel-31330802
WHERE row_id=307;
There's no row 457 on shard 2.
Can anyone shed some light on how this is happening?
bcanon