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

Modified Files:
        group.mx 
Log Message:
the histrogram is not sorted


Index: group.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/modules/kernel/group.mx,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -d -r1.107 -r1.108
--- group.mx    13 Feb 2008 09:10:17 -0000      1.107
+++ group.mx    26 Feb 2008 16:11:41 -0000      1.108
@@ -1301,7 +1301,7 @@
        if (BAThordered(b)) {
                bn->tsorted = b->tsorted;
                histo->hsorted = b->hsorted;
-               histo->tsorted = b->tsorted;
+               histo->tsorted = 0;
                BATkey(histo, TRUE);
        }
        if (b->hkey)


-------------------------------------------------------------------------
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