Changeset: 9a7241676597 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/9a7241676597
Modified Files:
sql/backends/monet5/dict.c
Branch: dict
Log Message:
removed debug bits
diffs (15 lines):
diff --git a/sql/backends/monet5/dict.c b/sql/backends/monet5/dict.c
--- a/sql/backends/monet5/dict.c
+++ b/sql/backends/monet5/dict.c
@@ -540,11 +540,6 @@ DICTselect(Client cntxt, MalBlkPtr mb, M
}
if (!is_bat_nil(LC))
lc = BATdescriptor(LC);
- if (lc && BATtdense(lc) && BATcount(lc) == BATcount(lo)) {
- printf("dense\n");
- bat_destroy(lc);
- lc = NULL;
- }
if (op[0] == '=' || ((op[0] == '<' || op[0] == '>') && lv->tsorted)) {
if (op[0] == '=')
p = BUNfnd(lv, v);
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list