Changeset: 3faf79847c40 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/3faf79847c40 Modified Files: sql/backends/monet5/sql.c Branch: nested Log Message:
small fix in renumber of multiset ids diffs (12 lines): diff --git a/sql/backends/monet5/sql.c b/sql/backends/monet5/sql.c --- a/sql/backends/monet5/sql.c +++ b/sql/backends/monet5/sql.c @@ -1046,7 +1046,7 @@ mvc_renumber_bulk(Client cntxt, MalBlkPt if (!bo->tsorted || !BATtkey(bo) || (bcnt && (oi[0] + (int)(bcnt-1)) != oi[bcnt-1]) ) { BAT *lo = NULL; printf("not dense %d\n", oi[0]); - if (BATleftjoin(&lo, NULL, i, bo, NULL, NULL, false, cnt) != GDK_SUCCEED) { + if (BATleftjoin(&lo, NULL, bo, i, NULL, NULL, false, cnt) != GDK_SUCCEED) { BBPreclaim(i); BBPreclaim(bo); BBPreclaim(bn); _______________________________________________ checkin-list mailing list -- checkin-list@monetdb.org To unsubscribe send an email to checkin-list-le...@monetdb.org