Changeset: 87f080db6676 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=87f080db6676
Modified Files:
        monetdb5/modules/mal/remote.c
Branch: default
Log Message:

Missed one call to BATderiveTailProps.


diffs (12 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
@@ -1233,7 +1233,7 @@ RMTinternalcopyfrom(BAT **ret, char *hdr
                mnstr_printf(GDKout, "!MALexception:remote.bincopyfrom: 
expected flush, got: %c\n", tmp);
        }
 
-       BATderiveTailProps(b, 1);
+       BATsettrivprop(b);
 
        *ret = b;
        return(MAL_SUCCEED);
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to