List:Commits« Previous MessageNext Message »
From:Olav Sandstaa Date:March 31 2009 9:16am
Subject:bzr commit into mysql-6.0-falcon-team branch (olav:3086) Bug#43958
View as plain text  
#At file:///home/os136802/mysql/develop/repo/falcon_bug43958/ based on revid:christopher.powers@stripped

 3086 Olav Sandstaa	2009-03-31
      Fix for Bug #43958 Assertion (transState != NULL) failed in Transaction::waitForTransaction
      
      Remove too strict assert on the in parameter to Transaction::waitForTransaction.
     @ storage/falcon/Transaction.cpp
        Remove too strict assert on the in parameter to Transaction::waitForTransaction.

    modified:
      storage/falcon/Transaction.cpp
=== modified file 'storage/falcon/Transaction.cpp'
--- a/storage/falcon/Transaction.cpp	2009-03-28 08:44:03 +0000
+++ b/storage/falcon/Transaction.cpp	2009-03-31 09:15:53 +0000
@@ -1023,7 +1023,6 @@ bool Transaction::waitForTransaction(Tra
 State Transaction::waitForTransaction(TransactionState* transState, TransId transId,
 										bool *deadlock)
 {
-	ASSERT(transState != NULL);
 	*deadlock = false;
 	State state;
 


Attachment: [text/bzr-bundle] bzr/olav@sun.com-20090331091553-21i60f3ser2slzf0.bundle
Thread
bzr commit into mysql-6.0-falcon-team branch (olav:3086) Bug#43958Olav Sandstaa31 Mar