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

Modified Files:
        group.mx 
Log Message:
fix crash in tpch 07 (with 10 G)


Index: group.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/modules/kernel/group.mx,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -d -r1.103 -r1.104
--- group.mx    11 Jan 2008 10:41:36 -0000      1.103
+++ group.mx    15 Jan 2008 08:25:15 -0000      1.104
@@ -677,6 +677,8 @@
                }
                BBPunfix(histo->batCacheid);
                BBPunfix(map->batCacheid);
+               if (r == 0)
+                       r = BATcount(ct_histo);
                if (bits(r) > *N)
                        return (1<<bits(r))-1;
        }


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to