Update of /cvsroot/monetdb/sql/src/server
In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv29201

Modified Files:
      Tag: Feb2010
        rel_bin.mx 
Log Message:
warning: 'table' may be used uninitialized in this function

Index: rel_bin.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/server/rel_bin.mx,v
retrieving revision 1.108
retrieving revision 1.108.2.1
diff -u -d -r1.108 -r1.108.2.1
--- rel_bin.mx  10 Jan 2010 17:28:33 -0000      1.108
+++ rel_bin.mx  22 Jan 2010 12:37:08 -0000      1.108.2.1
@@ -3725,7 +3725,7 @@
 {
        node *en = rel->exps->h;
        stmt *action = exp_bin(sql, en->data, NULL, NULL, NULL, NULL);
-       stmt *table, *sname;
+       stmt *table = NULL, *sname;
 
        (void)refs;
        en = en->next;


------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to