Update of /cvsroot/monetdb/pathfinder/runtime
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv9943/pathfinder/runtime
Modified Files:
Tag: XQuery_0-24
pathfinder.mx
Log Message:
fixed bug in ws_docfilter() that was introduced with the
partial re-implementation of ws_docfilter() in C on March 31 2008
and "detected" (unnoticed) by tests
tests/W3C_use_cases/XQUF/Parts/Tests/Q3[ab][12].milS
ws_docfilter() needs to insert DOCIDs into open_docid,
not document root nodes.
U pathfinder.mx
Index: pathfinder.mx
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/runtime/pathfinder.mx,v
retrieving revision 1.416.2.10
retrieving revision 1.416.2.11
diff -u -d -r1.416.2.10 -r1.416.2.11
--- pathfinder.mx 18 Jun 2008 15:30:14 -0000 1.416.2.10
+++ pathfinder.mx 19 Jun 2008 10:31:17 -0000 1.416.2.11
@@ -2454,7 +2454,7 @@
# register the newly opened documents
open_name.append(docpre_nme.tmark([EMAIL PROTECTED]));
open_cont.append(docpre_nme.tmark([EMAIL PROTECTED]).project(cont));
- open_docid.append(docpre_nme.hmark([EMAIL PROTECTED]));
+ open_docid.append(docpre_nme.hmark([EMAIL
PROTECTED]).leftjoin(reverse(frag_root)));
}
return assert_order(any_pre);
}
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins