From 4bb88bc3f92f8498faa823f8a764cdb7c2ba9629 Mon Sep 17 00:00:00 2001 From: Vincent Riquer Date: Mon, 11 Mar 2013 13:39:43 +0100 Subject: [PATCH] there is no point in doing intermediate COMMITs on a TEMP table --- atom | 6 ------ 1 file changed, 6 deletions(-) diff --git a/atom b/atom index fc42051..2f0ad8e 100755 --- a/atom +++ b/atom @@ -1222,12 +1222,6 @@ do 30) echo -ne '\b\\' ;; *) ;; esac - if (( count % 1000 == 0 )) - then - echo 'COMMIT;BEGIN TRANSACTION;' >&3 - (( debug )) \ - && echo -en "\bCommitted $count tasks... " - fi fi unset \ channels \