Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r62362 - sandbox/transaction/boost/transact
From: strasser_at_[hidden]
Date: 2010-05-31 18:31:35


Author: stefans
Date: 2010-05-31 18:31:35 EDT (Mon, 31 May 2010)
New Revision: 62362
URL: http://svn.boost.org/trac/boost/changeset/62362

Log:
fix for 62360
Text files modified:
   sandbox/transaction/boost/transact/basic_transaction.hpp | 1 +
   1 files changed, 1 insertions(+), 0 deletions(-)

Modified: sandbox/transaction/boost/transact/basic_transaction.hpp
==============================================================================
--- sandbox/transaction/boost/transact/basic_transaction.hpp (original)
+++ sandbox/transaction/boost/transact/basic_transaction.hpp 2010-05-31 18:31:35 EDT (Mon, 31 May 2010)
@@ -88,6 +88,7 @@
         //do not assert the !this->done to test the precondition. restart() is ok
         //after commit() has failed with an isolation_exception.
         TxMgr::restart_transaction(this->tx);
+ this->done=false;
     }
 
     /// Throws: thread_resource_error


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk