Changeset: 9310b631d8f8 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/9310b631d8f8 Modified Files: sql/backends/monet5/sql.c Branch: nested Log Message:
removed debug print diffs (11 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 @@ -1045,7 +1045,6 @@ mvc_renumber_bulk(Client cntxt, MalBlkPt /* if oi is dense, use offset based renumbers */ 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, bo, i, NULL, NULL, false, cnt) != GDK_SUCCEED) { BBPreclaim(i); BBPreclaim(bo); _______________________________________________ checkin-list mailing list -- checkin-list@monetdb.org To unsubscribe send an email to checkin-list-le...@monetdb.org