Update of /cvsroot/monetdb/sql/src/server
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv15287/src/server

Modified Files:
        rel_select.mx 
Log Message:
propagated changes of Thursday Oct 29 2009
from the Nov2009 branch to the development trunk

  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2009/10/29 - sjoerd: src/server/rel_select.mx,1.157.2.1
  propagated changes of Monday Oct 26 2009 - Thursday Oct 29 2009
  from the Aug2009 branch to the Nov2009 branch
  
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    2009/10/26 - sjoerd: src/server/rel_select.mx,1.152.2.5
    Initialize: there is a way in which rs can be used without having been
    initialized.
    Found by Coverity.
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


Index: rel_select.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/server/rel_select.mx,v
retrieving revision 1.158
retrieving revision 1.159
diff -u -d -r1.158 -r1.159
--- rel_select.mx       9 Oct 2009 20:47:36 -0000       1.158
+++ rel_select.mx       29 Oct 2009 08:43:14 -0000      1.159
@@ -2068,7 +2068,7 @@
                /* currently we don't handle the (universial and existential) 
                   quantifiers (all and any/some) */
 
-               sql_exp *rs, *ls = rel_value_exp(sql, rel, lo, f, ek);
+               sql_exp *rs = NULL, *ls = rel_value_exp(sql, rel, lo, f, ek);
 
                if (!ls)
                        return NULL;


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) 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/devconference
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to