]> andersk Git - moira.git/commitdiff
typo; commit lookup in incremental
authormar <mar>
Wed, 30 Dec 1992 16:35:36 +0000 (16:35 +0000)
committermar <mar>
Wed, 30 Dec 1992 16:35:36 +0000 (16:35 +0000)
server/increment.dc

index 7e3a5282ef95488acdb34ae3a40a427dc307f3ff..6b5f0f6ec37b8b864babf3f0ded8de1e5b2c551d 100644 (file)
@@ -133,7 +133,7 @@ char **argv;
          FROM users u WHERE :qual;
        beforec = 9;
     } else if (!strcmp(table, "machine")) {
-       EXEC SQL SELECT n.name, n.type INTO :barg0, :barg1 FROM machine m
+       EXEC SQL SELECT m.name, m.type INTO :barg0, :barg1 FROM machine m
          WHERE :qual;
        beforec = 2;
     } else if (!strcmp(table, "cluster")) {
@@ -396,6 +396,7 @@ incremental_update()
            cache = c;
        }
        EXEC SQL CLOSE inc;
+       EXEC SQL COMMIT WORK;
     }
 
     while (sq_remove_data(incremental_sq, &iu)) {
This page took 1.413384 seconds and 5 git commands to generate.