Update of /cvsroot/monetdb/MonetDB5/src/optimizer
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv13006/src/optimizer

Modified Files:
      Tag: MonetDB_5-4
        optimizer.mx 
Log Message:
fixed problem with sql.start(); with in a running mal server 
        (and possibly other scenarios) 
In the process cleaned up mal_scenario abit (ie removed mx macros)


Index: optimizer.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/optimizer/optimizer.mx,v
retrieving revision 1.73
retrieving revision 1.73.2.1
diff -u -d -r1.73 -r1.73.2.1
--- optimizer.mx        11 Jan 2008 10:41:40 -0000      1.73
+++ optimizer.mx        6 Feb 2008 10:00:27 -0000       1.73.2.1
@@ -101,7 +101,7 @@
        (void) stk;
        (void) mb;
        (void) p;
-       updateScenario("MALoptimizer", (MALfcn) MALoptimizer);
+       updateScenario("mal", "MALoptimizer", (MALfcn) MALoptimizer);
        return MAL_SUCCEED;
 }
 


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to