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

Modified Files:
        sql_storage.h 
Log Message:
fixed problem with reusing function is m5, m5 correctly cleansup the
client sessions private functions. Now when sessions ends we reset
the instantiated flags.




Index: sql_storage.h
===================================================================
RCS file: /cvsroot/monetdb/sql/src/storage/sql_storage.h,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- sql_storage.h       3 May 2007 23:31:55 -0000       1.39
+++ sql_storage.h       13 May 2007 19:19:56 -0000      1.40
@@ -68,6 +68,8 @@
 extern void sql_trans_drop_func(sql_trans *tr, sql_schema *s, int id, int 
drop_action);
 extern void sql_trans_drop_all_func(sql_trans *tr, sql_schema *s, list 
*list_func, int drop_action);
 
+extern void reset_functions(sql_trans *tr);
+
 extern sql_schema *sql_trans_create_schema(sql_trans *tr, char *name, int 
auth_id, int owner);
 extern void sql_trans_drop_schema(sql_trans *tr, int id, int drop_action);
 


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