]> andersk Git - moira.git/blobdiff - server/increment.pc
Some globals that really should be wrapped in
[moira.git] / server / increment.pc
index ea75a8629a850b0fd5b527ab7640f805c3e5842e..cf30ddda24ee210337c4e2dbea2fc21ba20d42af 100644 (file)
@@ -34,6 +34,7 @@ time_t inc_started;
 
 EXEC SQL WHENEVER SQLERROR DO dbmserr();
 
+EXEC SQL BEGIN DECLARE SECTION;
 /* structures to save before args */
 static char *before[MAXARGC];
 static int beforec;
@@ -42,6 +43,7 @@ static enum tables beforetable;
 /* structures to save after args */
 static char *after[MAXARGC];
 static int afterc;
+EXEC SQL END DECLARE SECTION;
 
 /* structures to save entire sets of incremental changes */
 struct save_queue *incremental_sq = NULL;
This page took 0.104224 seconds and 4 git commands to generate.