Update of /cvsroot/monetdb/sql/src/storage
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv18437

Modified Files:
        store.mx 
Log Message:
The local temp tables where already removed when the user closed its session. 
So during the session_reset, called in the new session, the local temp tables 
do not need to removed again.




Index: store.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/storage/store.mx,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- store.mx    18 Dec 2007 20:59:25 -0000      1.4
+++ store.mx    7 Jan 2008 17:11:20 -0000       1.5
@@ -3993,8 +3993,6 @@
 
                        if (isGlobalTable(t))
                                sql_trans_clear_table(s->tr, t);
-                       else if (!isGlobalTable(t)) /* remove local tmp*/
-                               sql_trans_drop_table(s->tr, tmp, t->base.id, 
DROP_RESTRICT);
                }
        }
        assert(s->active == 0);


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to