]> andersk Git - moira.git/blobdiff - dbck/dbck.dc
split qsupport into many pieces
[moira.git] / dbck / dbck.dc
index 49fe9f30825ea3fcc998bf07dd708bd5f720baa9..525d567a181e81ecd875e41c5bb13bdd7fb5ba52 100644 (file)
@@ -23,7 +23,7 @@ int fast = 0;
 int warn = 1;
 int abort_p = 0;
 struct hash *users, *machines, *clusters, *lists, *filesys, *nfsphys;
-struct hash *strings, *members;
+struct hash *strings, *members, *subnets;
 EXEC SQL BEGIN DECLARE SECTION; 
 int dcmenable;
 EXEC SQL END DECLARE SECTION; 
@@ -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.032303 seconds and 4 git commands to generate.