Changeset: 265c91e6764e for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=265c91e6764e
Modified Files:
MonetDB/src/gdk/gdk_heap.mx
Branch: Oct2010
Log Message:
removed assert. The case with (expensive) mmaps we don't want. And
in sql and xquery we don't use it for normal bats, but for bats with
varsized atoms we need it.
diffs (11 lines):
diff -r 4315a44b501d -r 265c91e6764e MonetDB/src/gdk/gdk_heap.mx
--- a/MonetDB/src/gdk/gdk_heap.mx Wed Sep 08 10:55:21 2010 +0200
+++ b/MonetDB/src/gdk/gdk_heap.mx Wed Sep 08 21:20:17 2010 +0200
@@ -511,7 +511,6 @@
return -1;
}
if (h->storage != STORE_MEM && store == STORE_PRIV) {
-assert(0);
/* anonymous or private VM is saved as if it were malloced */
store = STORE_MEM;
strcpy(extension, ext);
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list