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

Modified Files:
        shredder.mx 
Log Message:
propagated changes of Sunday Aug 12 2007
from the XQuery_0-18 branch to the development trunk



Index: shredder.mx
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/runtime/shredder.mx,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- shredder.mx 10 Aug 2007 00:26:45 -0000      1.131
+++ shredder.mx 12 Aug 2007 18:41:24 -0000      1.132
@@ -1868,6 +1868,9 @@
                shredCtx->dstBAT[PRE_KIND].bat->tdense = 0;
                BATkey(BATmirror(shredCtx->dstBAT[PRE_KIND].bat), FALSE);
         }
+        if (shredCtx->dstBAT[ATTR_PROP].bat->tkey == TRUE) {
+               BATkey(BATmirror(shredCtx->dstBAT[ATTR_PROP].bat), FALSE);
+        }
     }
     assert((shredCtx->updatable && shredCtx->nnode_nid <= newsize) || 
(!shredCtx->updatable && shredCtx->nnode_nid == newsize));
     shredBAT_setcount(&shredCtx->dstBAT[NID_RID], shredCtx->nnode_nid);


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to