Changeset: debdd96df347 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=debdd96df347 Modified Files: gdk/gdk_join.c Branch: Mar2018 Log Message:
Amend changeset dc07c2a4a099: use the correct version. diffs (14 lines): diff --git a/gdk/gdk_join.c b/gdk/gdk_join.c --- a/gdk/gdk_join.c +++ b/gdk/gdk_join.c @@ -2431,8 +2431,8 @@ mergejoin(BAT *r1, BAT *r2, BAT *l, BAT /* if there is a left candidate list, it may * be that the next value added isn't * consecutive with the last one */ - if (lskipped /*|| - (lcand && ((oid *) r1->T.heap.base)[r1->batCount - 1] + 1 != lcand[-(ssize_t)nl])*/) + if (lskipped || + (lcand && ((oid *) r1->T.heap.base)[r1->batCount - 1] + 1 != lcand[-(ssize_t)nl])) r1->tdense = false; } _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list