Changeset: c84f207a5402 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=c84f207a5402
Modified Files:
monetdb5/modules/mal/mosaic.c
Branch: mosaic
Log Message:
Decompress into persistent BAT
diffs (12 lines):
diff --git a/monetdb5/modules/mal/mosaic.c b/monetdb5/modules/mal/mosaic.c
--- a/monetdb5/modules/mal/mosaic.c
+++ b/monetdb5/modules/mal/mosaic.c
@@ -519,7 +519,7 @@ MOSdecompressInternal(Client cntxt, int
elm = BATcount(b);
}
- bn = BATnew( TYPE_void, b->ttype, elm, TRANSIENT);
+ bn = BATnew( TYPE_void, b->ttype, elm, PERSISTENT);
if ( bn == NULL) {
BBPreleaseref(b->batCacheid);
throw(MAL, "mosaic.decompress", MAL_MALLOC_FAIL);
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list