Changeset: 5e9be0155afe for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=5e9be0155afe
Modified Files:
gdk/gdk_logger.c
Branch: default
Log Message:
only mark real changes in the gdk_logger (not just for startup)
diffs (27 lines):
diff --git a/gdk/gdk_logger.c b/gdk/gdk_logger.c
--- a/gdk/gdk_logger.c
+++ b/gdk/gdk_logger.c
@@ -784,6 +784,7 @@ la_apply(logger *lg, logaction *c)
la_bat_clear(lg, c);
break;
}
+ lg->changes++;
}
static void
@@ -998,7 +999,6 @@ logger_readlog(logger *lg, char *filenam
}
if (name)
GDKfree(name);
- lg->changes++;
}
logger_close(lg);
@@ -1660,7 +1660,6 @@ logger_new(int debug, const char *fn, co
}
}
#endif
- lg->changes++;
logger_readlogs(lg, fp, filename);
fclose(fp);
fp = NULL;
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list