Update of /cvsroot/monetdb/pathfinder/runtime
In directory sfp-cvsdas-4.v30.ch3.sourceforge.com:/tmp/cvs-serv919/runtime
Modified Files:
pathfinder.mx
Log Message:
propagated changes of Friday Apr 09 2010 - Monday Apr 12 2010
from the Feb2010 branch to the development trunk
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2010/04/09 - sjoerd: runtime/pathfinder.mx,1.478.2.5
leftfetchjoin may return a view (in this case on idx_timestamps),
preventing the replace on idx_timestamps later on.
This fixes the problem that
doc("http://...")
gives a "no such document" error.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Index: pathfinder.mx
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/runtime/pathfinder.mx,v
retrieving revision 1.479
retrieving revision 1.480
diff -u -d -r1.479 -r1.480
--- pathfinder.mx 13 Jan 2010 11:00:48 -0000 1.479
+++ pathfinder.mx 12 Apr 2010 09:20:51 -0000 1.480
@@ -3284,7 +3284,7 @@
# for not-yet-cached URIs: get lifetime from uri_lifetime BAT
var idx_idx := idx_doc.ord_uselect(oid_nil).mirror();
- var idx_ts :=
idx_idx.leftfetchjoin(idx_filenames).ord_uselect(str_nil).mirror().leftfetchjoin(idx_timestamps);
+ var idx_ts :=
idx_idx.leftfetchjoin(idx_filenames).ord_uselect(str_nil).mirror().leftfetchjoin(idx_timestamps).copy();
idx...@batloop() { # URI (filename = nil)
var b := [startsWith](idx_names.find($h),
mirror(uri_lifetime)).uselect(true);
var lifetime := lng_nil;
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins