Changeset: 6459710bf9e5 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=6459710bf9e5
Modified Files:
        monetdb5/modules/mal/txtsim.c
Branch: unlock
Log Message:

fixed compilation


diffs (12 lines):

diff --git a/monetdb5/modules/mal/txtsim.c b/monetdb5/modules/mal/txtsim.c
--- a/monetdb5/modules/mal/txtsim.c
+++ b/monetdb5/modules/mal/txtsim.c
@@ -832,7 +832,7 @@ bailout:
                bn->tkey = BATcount(bn) <= 1;
                bn->tsorted = BATcount(bn) <= 1;
                bn->trevsorted = BATcount(bn) <= 1;
-               bn->theap.dirty = true;
+               bn->theap->dirty = true;
                BBPkeepref(*res = bn->batCacheid);
        } else if (bn)
                BBPreclaim(bn);
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to