Update of /cvsroot/monetdb/MonetDB4/src/modules/plain
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv19081/src/modules/plain

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


Index: xtables.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB4/src/modules/plain/xtables.mx,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- xtables.mx  11 Jan 2008 10:38:54 -0000      1.10
+++ xtables.mx  15 Jan 2008 08:24:24 -0000      1.11
@@ -724,6 +724,8 @@
                }
                BBPunfix(d.histo);
                grp_unfix(&d);
+               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