Changeset: 56b701c1f97d for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=56b701c1f97d Modified Files: gdk/gdk_cand.c Branch: unlock Log Message:
COLnew doesn't set tkey property, so we need to do it. diffs (11 lines): diff --git a/gdk/gdk_cand.c b/gdk/gdk_cand.c --- a/gdk/gdk_cand.c +++ b/gdk/gdk_cand.c @@ -1008,6 +1008,7 @@ canditer_sliceval_mask(struct canditer * BAT *bn = COLnew(0, TYPE_oid, cnt1 + cnt2, TRANSIENT); if (bn == NULL) return NULL; + bn->tkey = true; lo1 -= ci->mskoff; hi1 -= ci->mskoff; _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list