Update of /cvsroot/monetdb/MonetDB5/src/modules/kernel
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv28959/src/modules/kernel

Modified Files:
      Tag: MonetDB_5-2
        group.mx 
Log Message:
fix bat reference (CTgroup does a decref)


Index: group.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/modules/kernel/group.mx,v
retrieving revision 1.93.2.2
retrieving revision 1.93.2.3
diff -u -d -r1.93.2.2 -r1.93.2.3
--- group.mx    23 Oct 2007 17:28:44 -0000      1.93.2.2
+++ group.mx    24 Oct 2007 10:07:41 -0000      1.93.2.3
@@ -665,6 +665,8 @@
                        return GDK_FAIL;
                }
                BBPunfix(s->batCacheid);
+               BBPfix(histo->batCacheid);
+               BBPfix(map->batCacheid);
                BATloop(histo, p, q) {
                        /* + 4 for a average chain list of 4 */
                        r += ((dbl)cnt/SAMPLE_SIZE)/(*(int*)BUNtloc(histo,p)+4);


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to