Update of /cvsroot/monetdb/pathfinder/modules/pftijah/tjc
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv26663/tjc
Modified Files:
Tag: Feb2009
tjc_milprint.c
Log Message:
embracing { the tijah-generated MIL code } helps the Mserver to release
variables. setting them to NIL only, did not solve the problem, of getting
new variables introduced with each executed tijah query.
U tjc_milprint.c
Index: tjc_milprint.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/modules/pftijah/tjc/tjc_milprint.c,v
retrieving revision 1.10.2.5
retrieving revision 1.10.2.6
diff -u -d -r1.10.2.5 -r1.10.2.6
--- tjc_milprint.c 6 Feb 2009 12:23:04 -0000 1.10.2.5
+++ tjc_milprint.c 18 Feb 2009 11:13:54 -0000 1.10.2.6
@@ -97,6 +97,7 @@
}
void milprint_init2 (tjc_config *tjc_c) {
+ TJCPRINTF(MILOUT,"{\n");
if (tjc_c->debug) {
TJCPRINTF(MILOUT,"trace := TRUE;\n");
}
@@ -159,6 +160,7 @@
if (tjc_c->returnall) {
TJCPRINTF(MILOUT,"returnAllElements := FALSE;\n");
}
+ TJCPRINTF(MILOUT,"}\n");
}
void milprint_qenv2 (tjc_config *tjc_c) {
------------------------------------------------------------------------------
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