Update of /cvsroot/monetdb/sql/src/server
In directory sc8-pr-cvs16:/tmp/cvs-serv18668
Modified Files:
sql_updates.mx
Log Message:
Initialized variable to kill the complain from the strict and optimized
compilation
Index: sql_updates.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/server/sql_updates.mx,v
retrieving revision 1.118
retrieving revision 1.119
diff -u -d -r1.118 -r1.119
--- sql_updates.mx 3 May 2007 23:39:58 -0000 1.118
+++ sql_updates.mx 4 May 2007 00:06:11 -0000 1.119
@@ -820,7 +820,7 @@
for (m = k->idx->columns->h, o = ri->columns->h; m && o; m = m->next, o
= o->next) {
sql_kc *fc = m->data;
sql_kc *c = o->data;
- stmt *upd;
+ stmt *upd = NULL;
if (updates[c->c->colnr]) {
if(action == ACT_CASCADE)
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins