Have slonik clear out the last saved event id
for a node that it just uninstalled.
subscriber passed parameters in the wrong order to the
stored procedure.
-- Bug #220 :: altperl code misspelled "PKEYDTABLES"
+- Bug #223 :: Clear out the last saved event number when uninstalling
+ a node. This prevents slonik from waiting for a node it just
+ uninstalled.
+
+- Bug #224 :: altperl code misspelled "PKEYDTABLES"
*** Some items without bug numbers:
dstring_free(&query);
return -1;
}
+
+ /**
+ * if we have a conninfo for the node being uninstalled
+ * we want to clear out the last seqid.
+ */
+ if(adminfo1 != NULL) {
+ adminfo1->last_event=-1;
+ }
db_disconnect((SlonikStmt *) stmt, adminfo1);