List:Commits« Previous MessageNext Message »
From:klewis Date:January 11 2008 5:26pm
Subject:bk commit into 6.0 tree (klewis:1.2782)
View as plain text  
Below is the list of changes that have just been committed into a local
6.0 repository of . When  does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html

ChangeSet@stripped, 2008-01-11 11:26:08-06:00, klewis@klewis-mysql. +1 -0
  33759 - Avoid this assert, but release the dependency anyway.

  storage/falcon/Transaction.cpp@stripped, 2008-01-11 11:26:01-06:00, klewis@klewis-mysql. +1 -1
    33759 - Avoid this assert, but release the dependency anyway.

diff -Nrup a/storage/falcon/Transaction.cpp b/storage/falcon/Transaction.cpp
--- a/storage/falcon/Transaction.cpp	2008-01-04 23:20:56 -06:00
+++ b/storage/falcon/Transaction.cpp	2008-01-11 11:26:01 -06:00
@@ -1253,7 +1253,7 @@ void Transaction::releaseDependency(void
 {
 	ASSERT(useCount >= 2);
 	ASSERT(dependencies > 0);
-	ASSERT(state != Available);
+	//ASSERT(state != Available);
 	INTERLOCKED_DECREMENT(dependencies);
 
 	if ((dependencies == 0) && !writePending && firstRecord)
Thread
bk commit into 6.0 tree (klewis:1.2782)klewis11 Jan