Update of /cvsroot/monetdb/pathfinder/runtime
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv5756/runtime

Modified Files:
        ll_upwards.mx 
Log Message:
propagated changes of Friday Nov 30 2007 - Monday Dec 03 2007
from the XQuery_0-20 branch to the development trunk


Index: ll_upwards.mx
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/runtime/ll_upwards.mx,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- ll_upwards.mx       4 Oct 2007 10:41:18 -0000       1.25
+++ ll_upwards.mx       3 Dec 2007 08:41:34 -0000       1.26
@@ -549,6 +549,11 @@
     if (status == GDK_SUCCEED) {
         BATsetcount(bn, m);
         bn->hsorted = 1;
+        if (BATcount(bn) == BATcount(iter_bat)) {
+            bn->hdense = BATtdense(iter_bat);
+            BATseqbase(bn, iter_bat->tseqbase);
+            BATkey(bn, iter_bat->tkey);
+        }
         bn->tsorted = 0;
         if (niters == 1) {
             bn->tsorted = 1;


-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to