Changeset: b3488fa2df8c for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=b3488fa2df8c
Modified Files:
monetdb5/modules/kernel/aggr.c
Branch: Jan2014
Log Message:
Initialize variable.
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
@@ -643,7 +643,7 @@ AGGRsubgroupedExt(bat *retval1, bat *ret
bat *quantile,
const char *malfunc)
{
- BAT *b, *g, *e, *s, *bn, *cnts, *q = NULL;
+ BAT *b, *g, *e, *s, *bn = NULL, *cnts, *q = NULL;
double qvalue;
/* one of grpfunc1, grpfunc2 and quantilefunc is non-NULL and the others
are */
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list