Update of /cvsroot/monetdb/pathfinder/runtime
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv20300/runtime
Modified Files:
pathfinder.mx
Log Message:
propagated changes of Wednesday Jun 18 2008 - Thursday Jun 19 2008
from the XQuery_0-24 branch to the development trunk
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2008/06/18 - stmane: compiler/Tests/usage.stable.out,1.18.8.1
compiler/Tests/usageH.stable.out,1.40.2.3
approved new stable output:
"ALG" is now default
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2008/06/18 - stmane:
tests/BugTracker/Tests/immune_for_updates.SF-1766259.xq.in,1.3.8.2
tests/BugTracker/Tests/immune_for_updates.SF-1981852.xq.in,1.1.2.2
make sure that tests clean-up the database
to avoid document naming conflicts among tests
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2008/06/19 - stmane: runtime/pathfinder.mx,1.416.2.11
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.423
retrieving revision 1.424
diff -u -d -r1.423 -r1.424
--- pathfinder.mx 18 Jun 2008 17:32:43 -0000 1.423
+++ pathfinder.mx 19 Jun 2008 14:13:31 -0000 1.424
@@ -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