Running this procedure causes MySQL (or phpMyAdmin) to freeze. I have to stop MySQL with from XAMPP command, which freezes and \"is not responding\" about 20 seconds before
the update command should:
update teams set live = live-1 where id = new.victim; update teams where id = new.shooter set score = score+points;
the where after the set clause
where
set