Update of /cvsroot/monetdb/pathfinder/runtime
In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv1507/runtime

Modified Files:
      Tag: XQFT
        pf_support.mx 
Log Message:
propagated changes of Wednesday Jan 20 2010
from the development trunk to the XQFT branch

  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2010/01/20 - sjoerd: runtime/pf_support.mx,1.344
  propagated changes of Monday Jan 18 2010 - Wednesday Jan 20 2010
  from the Feb2010 branch to the development trunk
  
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    2010/01/18 - tsheyar: runtime/pf_support.mx,1.343.2.1
    -- Force add_content to return a void head.
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


Index: pf_support.mx
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/runtime/pf_support.mx,v
retrieving revision 1.338.2.4
retrieving revision 1.338.2.5
diff -u -d -r1.338.2.4 -r1.338.2.5
--- pf_support.mx       12 Jan 2010 09:31:18 -0000      1.338.2.4
+++ pf_support.mx       20 Jan 2010 12:50:17 -0000      1.338.2.5
@@ -9133,7 +9133,7 @@
     var X_prop := X_strings.leftjoin(ws_string_prop);
     X_strings := nil;
     ws_string_prop := nil;
-    var newProp := X_item.leftjoin(X_prop);
+    var newProp := X_item.leftjoin(X_prop).tmark(item.seqbase());
     X_item := nil;
     X_prop := nil;
 


------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to