Changeset: 30eadee4b276 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=30eadee4b276
Modified Files:
        monetdb5/modules/mal/tablet.c
Branch: default
Log Message:

Don't clear nil properties at end of import: they were maintained.


diffs (19 lines):

diff --git a/monetdb5/modules/mal/tablet.c b/monetdb5/modules/mal/tablet.c
--- a/monetdb5/modules/mal/tablet.c
+++ b/monetdb5/modules/mal/tablet.c
@@ -233,7 +233,6 @@ TABLETcollect(BAT **bats, Tablet *as)
                BATsetaccess(fmt[i].c, BAT_READ);
                fmt[i].c->tsorted = fmt[i].c->trevsorted = 0;
                fmt[i].c->tkey = 0;
-               fmt[i].c->tnil = fmt[i].c->tnonil = 0;
                BATsettrivprop(fmt[i].c);
 
                if (cnt != BATcount(fmt[i].c))
@@ -260,7 +259,6 @@ TABLETcollect_parts(BAT **bats, Tablet *
                b = fmt[i].c;
                b->tsorted = b->trevsorted = 0;
                b->tkey = 0;
-               b->tnil = b->tnonil = 0;
                BATsettrivprop(b);
                BATsetaccess(b, BAT_READ);
                bv = BATslice(b, (offset > 0) ? offset - 1 : 0, BATcount(b));
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to