Changeset: 588aa7d442f1 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=588aa7d442f1
Modified Files:
sql/storage/bat/bat_logger.c
Branch: default
Log Message:
disable not compiling assert
diffs (12 lines):
diff --git a/sql/storage/bat/bat_logger.c b/sql/storage/bat/bat_logger.c
--- a/sql/storage/bat/bat_logger.c
+++ b/sql/storage/bat/bat_logger.c
@@ -1122,7 +1122,7 @@ snapshot_wal(stream *plan, const char *d
}
// if there's more the file format must have changed
// and this code should be updated accordingly:
- assert((fscanf(f, " "), feof(f))); // sanity check
+ //assert((fscanf(f, " "), feof(f))); // sanity check
fclose(f);
// Determining the current log file is easy
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list