]> andersk Git - moira.git/commitdiff
machine attributes changed (incomplete)
authormar <mar>
Wed, 10 Nov 1993 15:33:29 +0000 (15:33 +0000)
committermar <mar>
Wed, 10 Nov 1993 15:33:29 +0000 (15:33 +0000)
server/increment.dc

index 462718af3fca367714da597d98a06c4c40bd2de5..e516c1486782dd17137990699571f53f34c8314b 100644 (file)
@@ -133,7 +133,7 @@ char **argv;
          FROM users u WHERE :qual;
        beforec = 9;
     } else if (!strcmp(table, "machine")) {
-       EXEC SQL SELECT m.name, m.type INTO :barg0, :barg1 FROM machine m
+       EXEC SQL SELECT m.name, m.vendor INTO :barg0, :barg1 FROM machine m
          WHERE :qual;
        beforec = 2;
     } else if (!strcmp(table, "cluster")) {
@@ -248,7 +248,7 @@ EXEC SQL END DECLARE SECTION;
          FROM users u WHERE :qual;
        afterc = 9;
     } else if (!strcmp(table, "machine")) {
-       EXEC SQL SELECT m.name, m.type INTO :aarg0, :aarg1
+       EXEC SQL SELECT m.name, m.vendor INTO :aarg0, :aarg1
          FROM machine m WHERE :qual;
        afterc = 2;
     } else if (!strcmp(table, "cluster")) {
This page took 0.105211 seconds and 5 git commands to generate.