]> git.xonotic.org Git - xonotic/xonstatdb.git/commitdiff
Remove the commit. It is redundant.
authorAnt Zucaro <azucaro@gmail.com>
Sat, 15 Dec 2012 15:07:08 +0000 (10:07 -0500)
committerAnt Zucaro <azucaro@gmail.com>
Sat, 15 Dec 2012 15:07:08 +0000 (10:07 -0500)
scripts/update_summary_stats.sql

index 30cc97d106a709cf7b580b9b0e85440a7fec3110..24c0f7062ef083caf981c7dd2d519b5b8f90aaf5 100644 (file)
@@ -1,4 +1,4 @@
-begin;
+begin transaction;
     -- get rid of the existing summary stats since we're about to refresh
     delete from summary_stats;
 
@@ -27,6 +27,4 @@ begin;
     and    ctf.game_type_cd = 'ctf'
     and    duel.game_type_cd = 'duel';
 
-    commit;
-
 end;