Changeset: 8e7bc79d556a for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=8e7bc79d556a
Modified Files:
        gdk/gdk_align.c
        gdk/gdk_bat.c
Branch: Mar2018
Log Message:

Merge with Mar2018 branch.


diffs (12 lines):

diff --git a/gdk/gdk_bat.c b/gdk/gdk_bat.c
--- a/gdk/gdk_bat.c
+++ b/gdk/gdk_bat.c
@@ -821,7 +821,7 @@ COLcopy(BAT *b, int tt, int writable, in
                        bn->tnokey[0] = b->tnokey[0];
                        bn->tnokey[1] = b->tnokey[1];
                } else {
-                       bn->tnokey[0] = bn->tnokey[1];
+                       bn->tnokey[0] = bn->tnokey[1] = 0;
                }
                bn->tnosorted = b->tnosorted;
        } else if (ATOMstorage(tt) == ATOMstorage(b->ttype) &&
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to