Update of /cvsroot/monetdb/pathfinder/runtime
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv13325/runtime
Modified Files:
Tag: XQuery_0-18
shredder.mx
Log Message:
fixed property setting bug in shredder that was "detected" by Peter'sCCCC test
tests/BugsViaSourgeforce/Tests/ID.1766414.*
for
[ 1766414 ] XQ: third pf-add into collection fails
http://sourceforge.net/tracker/index.php?func=detail&aid=1766414&group_id=56967&atid=482468
Index: shredder.mx
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/runtime/shredder.mx,v
retrieving revision 1.126.2.7
retrieving revision 1.126.2.8
diff -u -d -r1.126.2.7 -r1.126.2.8
--- shredder.mx 2 Aug 2007 12:11:38 -0000 1.126.2.7
+++ shredder.mx 12 Aug 2007 17:04:41 -0000 1.126.2.8
@@ -1867,6 +1867,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