Changeset: 0c080bdaef58 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=0c080bdaef58 Modified Files: monetdb5/modules/kernel/aggr_be_minmax.mx Branch: Oct2012 Log Message:
Fix crash in test for bug 2086 (SF 2795951) on systems with many cores. Not to be propagated. diffs (12 lines): diff --git a/monetdb5/modules/kernel/aggr_be_minmax.mx b/monetdb5/modules/kernel/aggr_be_minmax.mx --- a/monetdb5/modules/kernel/aggr_be_minmax.mx +++ b/monetdb5/modules/kernel/aggr_be_minmax.mx @@ -254,7 +254,7 @@ aggrX3_@1_@3_@4_@5(BAT **ret, BAT *b, BA oid bhsb; int b_use = USE_TAIL; - bn = BATnew(TYPE_void, BATttype(b), BATcount(e)); + bn = BATnew(e->htype, BATttype(b), BATcount(e)); if( bn == NULL) { GDKerror("aggrX3_@1_@3_@4_@5(): BATnew() failed"); return GDK_FAIL; _______________________________________________ checkin-list mailing list checkin-list@monetdb.org http://mail.monetdb.org/mailman/listinfo/checkin-list