Update of /cvsroot/monetdb/pathfinder/modules/pftijah
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv9578

Modified Files:
        pftijah.mx 
Log Message:
- start new way of tranferring startnodes to mil scripts



U pftijah.mx
Index: pftijah.mx
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/modules/pftijah/pftijah.mx,v
retrieving revision 1.208
retrieving revision 1.209
diff -u -d -r1.208 -r1.209
--- pftijah.mx  19 Feb 2009 13:31:59 -0000      1.208
+++ pftijah.mx  20 Feb 2009 10:14:23 -0000      1.209
@@ -1445,6 +1445,7 @@
 }
 
 var nexi_score_xfer  := nil;
+var nexi_sn_xfer     := nil;
 var nexi_parser_lock := lock_create();
 
 PROC run_tijah_query(str ftiName, BAT[str,str] opt, bit use_startnodes, 
BAT[void,oid] nodes) : BAT[oid,dbl] :=
@@ -1468,10 +1469,12 @@
        var res := nil;
         lock_set(nexi_parser_lock);
         var err := CATCH({
+           nexi_sn_xfer := nodes;
            _run_tijah_query(opt,rtagbat,use_startnodes,nodes);
            res := nexi_score_xfer;
         });
        nexi_score_xfer := nil;
+       nexi_sn_xfer := nil;
         lock_unset(nexi_parser_lock);
         if (not(isnil(err))) ERROR(err);
        return res;


------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to