Changeset: 6e45d05af5f0 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/6e45d05af5f0
Modified Files:
        gdk/gdk_logger.c
Branch: Jun2023
Log Message:

maxupdated not used without assert


diffs (11 lines):

diff --git a/gdk/gdk_logger.c b/gdk/gdk_logger.c
--- a/gdk/gdk_logger.c
+++ b/gdk/gdk_logger.c
@@ -1189,6 +1189,7 @@ log_read_transaction(logger *lg, uint32_
                                BUN p;
                                MT_rwlock_rdlock(&cni.b->thashlock);
                                HASHloop_int(cni, cni.b->thash, p, &l.id) {
+                                       (void)maxupdated;
                                        assert(p < maxupdated);
                                        updated[p / 32] |= 1U << (p % 32);
                                        /* there should only be one hit */
_______________________________________________
checkin-list mailing list -- checkin-list@monetdb.org
To unsubscribe send an email to checkin-list-le...@monetdb.org

Reply via email to