]> andersk Git - moira.git/commitdiff
commit between each phase
authormar <mar>
Thu, 21 Oct 1993 15:08:02 +0000 (15:08 +0000)
committermar <mar>
Thu, 21 Oct 1993 15:08:02 +0000 (15:08 +0000)
dbck/dbck.dc

index 49fe9f30825ea3fcc998bf07dd708bd5f720baa9..f2405717c55d5d387532a547353c03fc9c44fd91 100644 (file)
@@ -113,10 +113,14 @@ EXEC SQL END DECLARE SECTION;
 
     if (!countonly) {
        phase1();
+       EXEC SQL COMMIT WORK;
        phase2();
+       EXEC SQL COMMIT WORK;
        phase3();
+       EXEC SQL COMMIT WORK;
     } else {
        count_only_setup();
+       EXEC SQL COMMIT WORK;
     }
     phase4();
 
This page took 0.0849 seconds and 5 git commands to generate.