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

Modified Files:
      Tag: Aug2009
        sql_scenario.mx 
Log Message:
fixed bug in transaction/rollback with views


U sql_scenario.mx
Index: sql_scenario.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/backends/monet5/sql_scenario.mx,v
retrieving revision 1.352.2.4
retrieving revision 1.352.2.5
diff -u -d -r1.352.2.4 -r1.352.2.5
--- sql_scenario.mx     15 Sep 2009 06:40:15 -0000      1.352.2.4
+++ sql_scenario.mx     21 Sep 2009 21:15:20 -0000      1.352.2.5
@@ -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