Update of /cvsroot/monetdb/sql/src/backends/monet5
In directory sc8-pr-cvs16:/tmp/cvs-serv5975/monet5

Modified Files:
        sql_user.mx 
Log Message:
The function signature changed to distinguish procedures from functions.



Index: sql_user.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/backends/monet5/sql_user.mx,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- sql_user.mx 15 Jan 2007 21:42:48 -0000      1.29
+++ sql_user.mx 3 May 2007 23:41:07 -0000       1.30
@@ -211,7 +211,7 @@
        l = list_create((fdestroy) &arg_destroy);
        /* following funcion returns a table (single column) of user names
           with the approriate scenario (sql) */
-       mvc_create_func(m, s, "db_users", l, &tpe, FALSE, FALSE, "sql", 
"db_users");
+       mvc_create_func(m, s, "db_users", l, &tpe, FALSE, FALSE, "sql", 
"db_users", 1);
 
        t = mvc_create_view(m, s, "users",
                        "SELECT u.\"name\" AS \"name\", "


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