Changeset: 977a2b30b039 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=977a2b30b039
Modified Files:
monetdb5/modules/mal/remote.c
Branch: default
Log Message:
Merged from Aug2011
diffs (15 lines):
diff --git a/monetdb5/modules/mal/remote.c b/monetdb5/modules/mal/remote.c
--- a/monetdb5/modules/mal/remote.c
+++ b/monetdb5/modules/mal/remote.c
@@ -1071,6 +1071,11 @@ str RMTbincopyto(Client cntxt, MalBlkPtr
if (b == NULL)
throw(MAL, "remote.bincopyto", RUNTIME_OBJECT_UNDEFINED);
+
+ /* mirror when argument is mirrored */
+ if (bid < 0)
+ b = BATmirror(b);
+
if (b->htype != TYPE_void && b->hvarsized)
throw(ILLARG, "remote.bincopyto", "varsized-headed BATs are not
supported");
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list