Changeset: 095c7a3d6783 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=095c7a3d6783
Modified Files:
gdk/gdk_project.c
Branch: rdf
Log Message:
Merge with default
diffs (11 lines):
diff --git a/gdk/gdk_project.c b/gdk/gdk_project.c
--- a/gdk/gdk_project.c
+++ b/gdk/gdk_project.c
@@ -451,6 +451,7 @@ BATprojectchain(BAT **bats)
cnt = BATcount(b); /* this will be the size of the output */
hseq = b->hseqbase; /* this will be the seqbase of the output */
tseq = oid_nil; /* initialize, but overwritten before use */
+ off = 0; /* this will be the BUN offset into last BAT */
for (i = n = 0; b != NULL; n++, i++) {
assert(BAThdense(b));
if (n > 0 && ba[i-1].vals == NULL) {
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list