Update of /cvsroot/monetdb/sql/src/backends/monet5
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv1192/src/backends/monet5

Modified Files:
        sql.mx 
Log Message:
propagated changes of Friday Feb 23 2007 - Monday Feb 26 2007
from the SQL_2-16 branch to the development trunk


Index: sql.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/backends/monet5/sql.mx,v
retrieving revision 1.213
retrieving revision 1.214
diff -u -d -r1.213 -r1.214
--- sql.mx      23 Feb 2007 14:57:05 -0000      1.213
+++ sql.mx      26 Feb 2007 09:59:57 -0000      1.214
@@ -1364,7 +1364,7 @@
 str
 mvc_export_result_wrap(int *ret, int *res_id, str *w)
 {
-       backend *b;
+       backend *b = NULL;
        mvc *c = NULL;
        str msg = getContext(&c, &b);
 
@@ -1380,7 +1380,7 @@
 str
 mvc_export_operation_wrap(int *ret, str *w)
 {
-       backend *b;
+       backend *b = NULL;
        mvc *c = NULL;
        str msg = getContext(&c, &b);
 


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to