Changeset: 96ee1691628d for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/96ee1691628d
Modified Files:
gdk/gdk_bbp.c
Branch: Jul2021
Log Message:
Remove incorrect (for this version) assert.
diffs (11 lines):
diff --git a/gdk/gdk_bbp.c b/gdk/gdk_bbp.c
--- a/gdk/gdk_bbp.c
+++ b/gdk/gdk_bbp.c
@@ -3598,7 +3598,6 @@ BBPcheckBBPdir(bool subcommit)
fclose(fp);
return;
}
- assert(hashash == 0);
assert(b.batCacheid < (bat) ATOMIC_GET(&BBPsize));
assert(BBP_desc(b.batCacheid) != NULL);
assert(b.hseqbase <= GDK_oid_max);
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]