Update of /cvsroot/monetdb/pathfinder/modules/pftijah
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv18406

Modified Files:
      Tag: XQuery_0-16
        pftijah.mx 
Log Message:
- same message as previous bugfix but now the correct patch



Index: pftijah.mx
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/modules/pftijah/pftijah.mx,v
retrieving revision 1.92.2.9
retrieving revision 1.92.2.10
diff -u -d -r1.92.2.9 -r1.92.2.10
--- pftijah.mx  15 Feb 2007 09:51:43 -0000      1.92.2.9
+++ pftijah.mx  15 Feb 2007 10:00:05 -0000      1.92.2.10
@@ -234,7 +234,7 @@
 "pftijah");
 PROC tj_init_global(BAT[str,str] param) : void :=
 {
-    tj_init_global(param,false);
+    tj_init_global(param,true);
 }
 
 PROC tj_init_global(BAT[str,str] param, bit doLock) : void :=
@@ -333,7 +333,7 @@
       if ( verbose ) printf("#TJ: tj_init_collection(\"%s\") 
called.\n",collName);
 
       if (not(view_bbp_name().reverse().exist("tj_collName"))) {
-       tj_init_global(); # just in case 
+       tj_init_global(new(str,str),false); # just in case 
       }
       if (bat("tj_collName").reverse().exist(collName)) {
        ERROR("tj_init_collection, pftijah collection already exists: 
%s\n",collName);


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to