Update of /cvsroot/monetdb/pathfinder/runtime
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv15399/runtime
Modified Files:
Tag: Feb2009
pf_support.mx
Log Message:
2418722 a bug came to light if the document root is processed by CMDdocsused
U pf_support.mx
Index: pf_support.mx
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/runtime/pf_support.mx,v
retrieving revision 1.326.2.8
retrieving revision 1.326.2.9
diff -u -d -r1.326.2.8 -r1.326.2.9
--- pf_support.mx 17 Apr 2009 23:40:42 -0000 1.326.2.8
+++ pf_support.mx 18 Apr 2009 16:24:29 -0000 1.326.2.9
@@ -730,7 +730,6 @@
}
var frag_item :=
cont.ord_uselect($h).mirror().leftfetchjoin(result);
replace_root(result, frag_item, mirror(reverse(frag_root)));
- var frag_item :=
cont.ord_uselect($h).mirror().leftfetchjoin(result);
}
return result.access(BAT_READ).tmark(seqbase);
}
@@ -8630,7 +8629,7 @@
for (delta = (n-i) >> 4; delta > 40; delta >>= 4)
while (i+delta < n && * (oid *) BUNtail(inputi, i+delta) <= docpre)
i += delta;
- while (i < n && * (oid *) BUNtail(inputi, i) <= docpre)
+ while (i < n && * (oid *) BUNtail(inputi, i) < docpre)
i++;
}
return GDK_SUCCEED;
------------------------------------------------------------------------------
Stay on top of everything new and different, both inside and
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today.
Use priority code J9JMT32. http://p.sf.net/sfu/p
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins