]> andersk Git - moira.git/commitdiff
Some globals that really should be wrapped in
authorzacheiss <zacheiss>
Tue, 13 Aug 2002 15:51:51 +0000 (15:51 +0000)
committerzacheiss <zacheiss>
Tue, 13 Aug 2002 15:51:51 +0000 (15:51 +0000)
EXEC SQL BEGIN/END DECLARE SECTION.

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.183114 seconds and 5 git commands to generate.