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

Modified Files:
      Tag: XQuery_0-20
        ll_upwards.mx 
Log Message:

fixing yesterday's fix of BUG
[ 1841747 ] preceding-sibling failure

properly inherit denseness property from input
instead of setting it unconditionally to TRUE


Index: ll_upwards.mx
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/runtime/ll_upwards.mx,v
retrieving revision 1.24.2.1
retrieving revision 1.24.2.2
diff -u -d -r1.24.2.1 -r1.24.2.2
--- ll_upwards.mx       1 Dec 2007 23:07:00 -0000       1.24.2.1
+++ ll_upwards.mx       2 Dec 2007 09:03:21 -0000       1.24.2.2
@@ -533,7 +533,7 @@
         bn->batBuns->free = m*sizeof(duple);
         bn->hsorted = 1;
         if (BATcount(bn) == BATcount(iter_bat)) {
-            bn->hdense = TRUE;
+            bn->hdense = BATtdense(iter_bat);
             BATseqbase(bn, iter_bat->tseqbase);
             BATkey(bn, iter_bat->tkey);
         }


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