Changeset: 8491714d157c for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=8491714d157c Modified Files: monetdb5/modules/kernel/algebra.c Branch: Jul2015 Log Message:
fixed bug 3798, ie properly set the bat properties in ALGgroupby 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 @@ -108,6 +108,8 @@ CMDgen_group(BAT **result, BAT *gids, BA r -> hdense = TRUE; r -> hsorted = TRUE; r -> hrevsorted = FALSE; + r -> tkey = FALSE; + r -> tdense = FALSE; r -> tsorted = BATtordered(gids); r -> trevsorted = BATtrevordered(gids); r -> T ->nonil = gids->T->nonil; _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list