Changeset: a38222647a0e for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=a38222647a0e
Modified Files:
monetdb5/modules/kernel/algebra.c
Branch: Dec2016
Log Message:
Use correct seqbase for algebra.groupby.
diffs (12 lines):
diff --git a/monetdb5/modules/kernel/algebra.c
b/monetdb5/modules/kernel/algebra.c
--- a/monetdb5/modules/kernel/algebra.c
+++ b/monetdb5/modules/kernel/algebra.c
@@ -61,7 +61,7 @@ CMDgen_group(BAT **result, BAT *gids, BA
if (r == NULL)
return GDK_FAIL;
if (gids->ttype == TYPE_void) {
- oid id = gids->hseqbase;
+ oid id = gids->tseqbase;
lng *cnt = (lng*)Tloc(cnts, 0);
for(j = 0; j < gcnt; j++) {
lng i, sz = cnt[j];
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list