Update of /cvsroot/monetdb/sql/src/server
In directory sc8-pr-cvs16:/tmp/cvs-serv18458

Modified Files:
        sql_psm.mx 
Log Message:
The statement as to be returned. This fix will put some red tests in M4_SQL 
green.


Index: sql_psm.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/server/sql_psm.mx,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- sql_psm.mx  3 May 2007 23:34:00 -0000       1.39
+++ sql_psm.mx  4 May 2007 11:25:32 -0000       1.40
@@ -768,9 +768,9 @@
                int is_func = (s->token == SQL_DROP_FUNC);
 
                if (l->h->next->data.ival)
-                       drop_all_func(sql, l->h->data.lval, 
l->h->next->next->next->data.ival, is_func);
+                       ret = drop_all_func(sql, l->h->data.lval, 
l->h->next->next->next->data.ival, is_func);
                else
-                       drop_func(sql, l->h->data.lval, 
l->h->next->next->data.lval, l->h->next->next->next->data.ival, is_func);
+                       ret = drop_func(sql, l->h->data.lval, 
l->h->next->next->data.lval, l->h->next->next->next->data.ival, is_func);
 
                sql->type = Q_SCHEMA;
        }       break;


-------------------------------------------------------------------------
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

Reply via email to