Changeset: 8487ebba7aa0 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=8487ebba7aa0 Modified Files: gdk/gdk_batop.c Branch: unlock Log Message:
Manipulate hseqbase, not tseqbase. diffs (15 lines): diff --git a/gdk/gdk_batop.c b/gdk/gdk_batop.c --- a/gdk/gdk_batop.c +++ b/gdk/gdk_batop.c @@ -517,9 +517,9 @@ append_msk_bat(BAT *b, BAT *n, struct ca uint32_t *np; uint32_t noff, mask; BUN cnt; - noff = (ci->seq - n->tseqbase) % 32; + noff = (ci->seq - n->hseqbase) % 32; cnt = ci->ncand; - np = (uint32_t *) n->theap->base + (ci->seq - n->tseqbase) / 32; + np = (uint32_t *) n->theap->base + (ci->seq - n->hseqbase) / 32; b->batCount += cnt; if (boff == noff) { /* words of b and n are aligned, so we don't _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list