Changeset: 4497ad7f8e70 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/4497ad7f8e70
Modified Files:
gdk/gdk_batop.c
Branch: Jul2021
Log Message:
Set dirty bit.
diffs (11 lines):
diff --git a/gdk/gdk_batop.c b/gdk/gdk_batop.c
--- a/gdk/gdk_batop.c
+++ b/gdk/gdk_batop.c
@@ -152,6 +152,7 @@ insert_string_bat(BAT *b, BAT *n, struct
}
memcpy(b->tvheap->base + toff, ni.vh->base,
ni.vhfree);
b->tvheap->free = toff + ni.vhfree;
+ b->tvheap->dirty = true;
}
}
}
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]