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

Modified Files:
        group.mx 
Log Message:
strings aren't handled by the ordered group implementation yet


Index: group.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/modules/kernel/group.mx,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -d -r1.108 -r1.109
--- group.mx    26 Feb 2008 16:11:41 -0000      1.108
+++ group.mx    1 Mar 2008 20:32:26 -0000       1.109
@@ -1328,7 +1328,7 @@
        if (BATcount(b) > 1 &&
            BATtordered(b)&1 && 
            ATOMtype(b->htype) == TYPE_oid && 
-           b->ttype <= TYPE_str) {
+           b->ttype < TYPE_str) {
                switch(tailtype(b,TRUE)) {
                case TYPE_bte:
                        histo = CTgroup_bte_ordered(b, &bn);


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
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