Changeset: 92fdfea7e9b8 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=92fdfea7e9b8
Modified Files:
monetdb5/modules/kernel/aggr.c
Branch: default
Log Message:
grouped aggregates fixed, one-byte-mistake
diffs (12 lines):
diff --git a/monetdb5/modules/kernel/aggr.c b/monetdb5/modules/kernel/aggr.c
--- a/monetdb5/modules/kernel/aggr.c
+++ b/monetdb5/modules/kernel/aggr.c
@@ -634,7 +634,7 @@ AGGRsubgroupedExt(bat *retval1, bat *ret
/* one of grpfunc1, grpfunc2 and quantilefunc is non-NULL and the others
are */
assert((grpfunc1 && grpfunc2 == NULL && quantilefunc == NULL) ||
- (grpfunc1 == NULL && grpfunc1 && quantilefunc == NULL)
||
+ (grpfunc1 == NULL && grpfunc2 && quantilefunc == NULL)
||
(grpfunc1 == NULL && grpfunc2 == NULL && quantilefunc)
);
/* if retval2 is non-NULL, we must have grpfunc2 */
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list