int dbret;
char *icnames, *icvalues;
+
+ /* check size of intstat version, its only varchar(32) */
+ assert(strlen(INTSTAT_VERSION) <= 32);
+
update = (seq > 0);
jobid_md5 = edg_wlc_JobIdGetUnique(stat->pub.jobId);
stat_enc = enc_intJobStat(strdup(""), stat);
/* where Z.XX is version from indent + 1 (version after commit), Y = Z+1 */
/* and DESCRIPTION is short hit why version changed */
-#define INTSTAT_VERSION "revision 2.6 - user tag sequences"
-
+#define INTSTAT_VERSION "revision 2.7 - usertag sequences"
+// ".... MAX LENGTH 32 BYTES !! ...."
// Internal error codes