Update of /cvsroot/monetdb/pathfinder/modules/pftijah/tjc
In directory 
sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv20554/modules/pftijah/tjc

Modified Files:
      Tag: XQFT
        tjc_main.c 
Log Message:
propagated changes of Thursday Jan 28 2010
from the development trunk to the XQFT branch

  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2010/01/28 - sjoerd: modules/pftijah/tjc/tjc_main.c,1.25
  propagated changes of Wednesday Jan 27 2010 - Thursday Jan 28 2010
  from the Feb2010 branch to the development trunk
  
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    2010/01/27 - hrode: modules/pftijah/tjc/tjc_main.c,1.23.2.2
    recovery after syntactically wrong NEXI query
    (consecutive queries used to fail as well, since the flex buffer was not 
cleaned)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


Index: tjc_main.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/modules/pftijah/tjc/tjc_main.c,v
retrieving revision 1.22.2.2
retrieving revision 1.22.2.3
diff -u -d -r1.22.2.2 -r1.22.2.3
--- tjc_main.c  18 Jan 2010 14:05:45 -0000      1.22.2.2
+++ tjc_main.c  28 Jan 2010 12:57:26 -0000      1.22.2.3
@@ -40,7 +40,7 @@
 #include "tjc_phys_optimize.h"
 #include "tjc_milprint.h"
 
-#define DEBUG 0
+#define DEBUG 0 
 
 tjc_config* tjc_c_GLOBAL;
 
@@ -233,7 +233,6 @@
        return NULL;
     }
 
-    if (DEBUG) stream_printf(GDKout,"#!tjc parsing[%s]\n!",query);
     int status = tjc_parser(query,&ptree);
     if (DEBUG) stream_printf(GDKout,"#!tjc parser status = %d\n",status);
     if (use_sn && (ptree->is_rel_path_exp == 0)) {


------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to