Changeset: 8e84a44a2c8e for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=8e84a44a2c8e
Modified Files:
monetdb5/modules/mal/remote.mx
Branch: default
Log Message:
remote: check denseness of head when we see OID column
diffs (12 lines):
diff --git a/monetdb5/modules/mal/remote.mx b/monetdb5/modules/mal/remote.mx
--- a/monetdb5/modules/mal/remote.mx
+++ b/monetdb5/modules/mal/remote.mx
@@ -1208,7 +1208,7 @@
if (b == NULL)
throw(MAL, "remote.bincopyto", RUNTIME_OBJECT_UNDEFINED);
- if (!(b->htype == TYPE_void || (b->htype == TYPE_oid && b->T->dense)))
+ if (!(b->htype == TYPE_void || (b->htype == TYPE_oid && b->H->dense)))
throw(ILLARG, "remote.bincopyto", "only void-headed BATs are
supported");
mnstr_printf(cntxt->fdout, /*JSON*/"{"
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list