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

Modified Files:
      Tag: Nov2009
        tjc_main.c 
Log Message:
Backported:
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2009/10/08 - hrode: pftijah.mx serialize_pftijah.mx
  several small fixes for fragmented indexing
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2009/10/13 - hrode: tjc/tjc_main.c
  initialization of default value for inexout param was missing
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2009/10/14 - hrode: pftijah.mx Tests/colltest2.stable.err
          Tests/createcoll0.milS Tests/createcoll0.stable.out
          Tests/createcoll1.milS Tests/createcoll1.stable.out
          Tests/createcoll1_frag.milS Tests/createcoll1_frag.stable.out
          Tests/load.stable.out Tests/load_bug2831472.milS
          Tests/load_bug2831472.stable.out Tests/loadthesis.milS
          Tests/loadthesis.stable.out Tests/procs.stable.out
          Tests/sigs.stable.out Tests/test_lms_or.stable.out
  - introduce fragmented indexing on XQuery level
  - fixed bugs on MIL level function for fragemented indexing
  - adapted the test cases

  what still misses is the querying on the fragmented index,
  but the default for indexing is currently set to create only
  one single index, which allows querying to work as before
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2009/10/14 - stmane: pftijah.mx

  found by icc:
  removed set but unused variables
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2009/10/21 - jflokstra: pftijah.mx
  - fix for ftiName MIL variable usage when pftijah mil functions are not called
    from pftijah generated MIL scripts but from Pathfinder generated scripts.
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2009/10/21 - jflokstra: pftijah.mx
  - 2 more fixes to make ftcontains work
    1) fix self inflicted pathfinder variable name problem
    2) fix usage of ftindex (:~ ftiName + "0")
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2009/10/22 - jflokstra: pftijah.mx
  - fix problem with pf:add-doc() on non tijah database.

  - mark infinitely waiting ws_create(0) call with tj_tracers.
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2009/10/26 - hrode: tjc/tjc_milprint.c
  try to fix compilation problem
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2009/10/27 - stmane: tjc/tjc_milprint.c

  back-porting
  "
  2009/10/26 - hrode: pathfinder/modules/pftijah/tjc/tjc_milprint.c,1.22
  try to fix compilation problem
  "
  from the development trunk to the Nov2009 release candidate branch
  to have the changes tested with nightly Candidate testing
  (lacking resources, we currently don't have Current testing
   in addition to Stable & Candidate testing)
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2009/11/06 - hrode: pftijah.mx
  avoid working set caching when the pf/tijah indexer serializes a document
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2009/11/06 - hrode: pftijah.mx
  remove accidentally checked-in debugging output.
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~



Index: tjc_main.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/modules/pftijah/tjc/tjc_main.c,v
retrieving revision 1.21
retrieving revision 1.21.2.1
diff -u -d -r1.21 -r1.21.2.1
--- tjc_main.c  25 Sep 2009 07:22:33 -0000      1.21
+++ tjc_main.c  11 Nov 2009 15:07:22 -0000      1.21.2.1
@@ -75,6 +75,7 @@
     tjc_c->okapib      = 0.75;
     tjc_c->semantics   = 0;
     tjc_c->rmoverlap   = 0;
+    tjc_c->inexout      = 0;
 
     /*
      * end of initialization


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to