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

Modified Files:
        group.mx 
Log Message:
propagated changes of Saturday Nov 17 2007 - Tuesday Nov 20 2007
from the MonetDB_5-2 branch to the development trunk


Index: group.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/modules/kernel/group.mx,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -d -r1.98 -r1.99
--- group.mx    7 Nov 2007 21:18:36 -0000       1.98
+++ group.mx    20 Nov 2007 13:24:52 -0000      1.99
@@ -1251,7 +1251,8 @@
                throw(MAL, "group.group", "Cannot access descriptor");
        }
        if (BATcount(b) > 1024*1024 &&
-           (b->ttype == TYPE_int || b->ttype == TYPE_lng)) { 
+           (ATOMstorage(b->ttype) == TYPE_int || 
+            ATOMstorage(b->ttype) == TYPE_lng)) { 
                int N = BATcount(b), one = 1;
                assert(N);
                if (b->ttype == TYPE_int) {


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to