Update of /cvsroot/monetdb/sql/src/backends/monet5
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv9866/src/backends/monet5

Modified Files:
        sql_scenario.mx 
Log Message:
propagated changes of Monday Sep 21 2009 - Tuesday Sep 22 2009
from the Aug2009 branch to the development trunk

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2009/09/21 - nielsnes: src/backends/monet5/sql_scenario.mx,1.352.2.5
fixed bug in transaction/rollback with views
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


Index: sql_scenario.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/backends/monet5/sql_scenario.mx,v
retrieving revision 1.355
retrieving revision 1.356
diff -u -d -r1.355 -r1.356
--- sql_scenario.mx     15 Sep 2009 12:51:27 -0000      1.355
+++ sql_scenario.mx     22 Sep 2009 11:02:47 -0000      1.356
@@ -464,11 +464,9 @@
 {
        return SQLinitClient(cntxt);
 }
-...@-
-The cache with plans should be regularly be refreshed.
 @c
 static void
-SQLcacheRefresh(mvc *m)
+SQLtrans(mvc *m)
 {
        if (m && !m->session->active) 
                mvc_trans(m);
@@ -533,7 +531,7 @@
        initSQLreferences();
        m = sql->mvc;
        ac = m->session->auto_commit;
-       SQLcacheRefresh(m);
+       SQLtrans(m);
        if (!m->sa)
                m->sa = sa_create();
 
@@ -918,7 +916,7 @@
 #endif
        m = be->mvc;
        m->type = Q_PARSE;
-       SQLcacheRefresh(m);
+       SQLtrans(m);
        pstatus = m->session->status;
 
        /* sqlparse needs sql allocator to be available.  It can be NULL at


------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to