Update of /cvsroot/monetdb/sql/src/backends/monet5
In directory 
sfp-cvsdas-4.v30.ch3.sourceforge.com:/tmp/cvs-serv861/src/backends/monet5

Modified Files:
        sql.mx 
Log Message:
propagated changes of Thursday Apr 08 2010 - Monday Apr 12 2010
from the Feb2010 branch to the development trunk

  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2010/04/08 - stmane: src/backends/monet5/sql.mx,1.389.2.10
  
  clean-up: removed useless condition:
  
  If msg is equal to "default_pipe",
  it is (obviously) not equal to varname,
  which is known to be equal to "optimizer".
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


Index: sql.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/backends/monet5/sql.mx,v
retrieving revision 1.406
retrieving revision 1.407
diff -u -d -r1.406 -r1.407
--- sql.mx      15 Mar 2010 22:27:08 -0000      1.406
+++ sql.mx      12 Apr 2010 09:20:47 -0000      1.407
@@ -1941,7 +1941,7 @@
                throw(SQL, "sql.setVariable", "failed");
        if ( strcmp("optimizer",  varname)== 0) {
                msg = setOptimizers(*(str *) getArgReference(stk,pci,2));
-               if ( msg != NULL &&  strcmp(msg,"default_pipe") == 0 && 
strcmp(msg,varname))
+               if ( msg != NULL && strcmp(msg,"default_pipe") == 0 )
                        return MAL_SUCCEED;
                msg = SQLvalidatePipeline();
                if ( msg ){


------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to