]> andersk Git - moira.git/blobdiff - db/newmoira.dc
Enforce table locking hierarchy
[moira.git] / db / newmoira.dc
index dbe90f79d8d046df9049a5e89838da0a18b194e9..baddb1b45ff9e78dc80fb941bc9334cbaa736631 100644 (file)
@@ -238,6 +238,14 @@ char **argv;
        printf("SQL error: %s\n",buffer);
        exit(1);
     }
+    EXEC SQL INSERT INTO subnet (name)
+      VALUES ('NONE');
+    if (ingres_errno) {
+       printf("Unable to install 0 subnet\n");
+       EXEC SQL INQUIRE_SQL (:buffer = ERRORTEXT);
+       printf("SQL error: %s\n",buffer);
+       exit(1);
+    }
     EXEC SQL INSERT INTO cluster (name)
       VALUES ('[unassigned]');
     if (ingres_errno) {
@@ -465,3 +473,11 @@ int followup_dqot() {}
 int followup_guax() {}
 int followup_uuac() {}
 int get_end_members_of_list() {}
+int _sdl_followup() {}
+int access_host() {}
+int access_ahal() {}
+int setup_dsnt() {}
+int setup_ahst() {}
+int setup_ahal() {}
+int followup_gsnt() {}
+int followup_ghst() {}
This page took 0.0379 seconds and 4 git commands to generate.