Changeset: 2632ecb7e231 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=2632ecb7e231
Modified Files:
monetdb5/modules/mal/groupby.c
Branch: default
Log Message:
Fixed error message.
diffs (12 lines):
diff --git a/monetdb5/modules/mal/groupby.c b/monetdb5/modules/mal/groupby.c
--- a/monetdb5/modules/mal/groupby.c
+++ b/monetdb5/modules/mal/groupby.c
@@ -172,7 +172,7 @@ GROUPmulticolumngroup(Client cntxt, MalB
aggr = GROUPcollect(cntxt, mb, stk, pci);
if( aggr == NULL)
- throw(MAL,"group.subgroup",MAL_MALLOC_FAIL);
+ throw(MAL,"group.multicolumn",MAL_MALLOC_FAIL);
GROUPcollectSort(aggr, 0, aggr->last);
/* (grp,ext,hist) := group.group(..) */
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list