Update of /cvsroot/monetdb/sql/src/server
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv10013/src/server
Modified Files:
sql_mvc.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/server/sql_mvc.mx,1.223.2.3
fixed bug in transaction/rollback with views
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Index: sql_mvc.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/server/sql_mvc.mx,v
retrieving revision 1.225
retrieving revision 1.226
diff -u -d -r1.225 -r1.226
--- sql_mvc.mx 7 Aug 2009 21:24:52 -0000 1.225
+++ sql_mvc.mx 22 Sep 2009 11:02:58 -0000 1.226
@@ -489,6 +489,10 @@
assert(m->session->active); /* only abort an active transaction */
store_lock();
+ if (m->qc) {
+ qc_destroy(m->qc);
+ m->qc = qc_create(m->clientid);
+ }
if (name && name[0] != '\0') {
while (tr && (!tr->name || strcmp(tr->name, name) != 0))
tr = tr->parent;
------------------------------------------------------------------------------
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