Update of /cvsroot/monetdb/sql/src/backends/monet5
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv28334

Modified Files:
      Tag: Aug2009
        sql_scenario.mx 
Log Message:
can simplify the code a bit now, also makes it more logical

U sql_scenario.mx
Index: sql_scenario.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/backends/monet5/sql_scenario.mx,v
retrieving revision 1.352.2.3
retrieving revision 1.352.2.4
diff -u -d -r1.352.2.3 -r1.352.2.4
--- sql_scenario.mx     15 Sep 2009 06:21:37 -0000      1.352.2.3
+++ sql_scenario.mx     15 Sep 2009 06:40:15 -0000      1.352.2.4
@@ -192,13 +192,11 @@
        
        /* only register availability of scenarios AFTER we are inited! */
        s->name = "sql"; 
-       tmp = "sql";
-       tmp = SABAOTHmarchScenario(&res, &tmp);
+       tmp = SABAOTHmarchScenario(&res, &s->name);
        if (tmp != MAL_SUCCEED)
                return(tmp);
        ms->name = "msql";
-       tmp = "msql";
-       return SABAOTHmarchScenario(&res, &tmp);
+       return SABAOTHmarchScenario(&res, &ms->name);
 }
 
 str


------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to