Please take our Survey
logo       

Choosing A Webhost:
A web hosting service is a type of Internet hosting service that allows individuals and organizations to provide their own website accessible via the World Wide Web. Web hosts are companies that provide space on a server they own for use by their clients as well as providing Internet connectivity, typically in a data center. Web hosts can also provide data center space and connectivity to the Internet for servers they do not own to be located in their data center, called colocation. more...

CVS update of carob/src (Connection.cpp): msg#00035

db.carob.cvs

Subject: CVS update of carob/src (Connection.cpp)

Date: Friday, February 10, 2006 @ 09:54:24
Author: gilles
Path: /cvsroot/carob/carob/src

Modified: Connection.cpp (1.61 -> 1.62)

Check if we are not committing or rollbacking an empty transaction (reflected
SEQUOIA-289 fix)


----------------+
Connection.cpp | 9 +++++++++
1 files changed, 9 insertions(+)


Index: carob/src/Connection.cpp
diff -u carob/src/Connection.cpp:1.61 carob/src/Connection.cpp:1.62
--- carob/src/Connection.cpp:1.61 Fri Feb 10 09:49:49 2006
+++ carob/src/Connection.cpp Fri Feb 10 09:54:24 2006
@@ -419,6 +419,11 @@
{
throw DriverException(L"Trying to commit a connection in autocommit mode");
}
+
+ // Check if we are not committing an empty transaction (not started yet)
+ if (mustBeginTransaction)
+ return;
+
try
{
sendCommand(*driverSocketPtr, Commit);
@@ -484,6 +489,10 @@
throw DriverException(L"Trying to rollback a connection in autocommit
mode");
}

+ // Check if we are not rollbacking an empty transaction (not started yet)
+ if (mustBeginTransaction)
+ return;
+
try
{
sendCommand(*driverSocketPtr, Rollback);


<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

Free Magazines

Cisco News
Receive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business.
subscribe

Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field.
subscribe

The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business.
subscribe

Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company.
subscribe

Total Telecom Total Telecom is "The Economist of the communications industry".
subscribe

Navigation

Home | advertise | OSDir is an inevitable website. super tiny logo