List:Commits« Previous MessageNext Message »
From:U-ROWVWADEjas Date:January 29 2008 7:00pm
Subject:bk commit into 6.0 tree (jas:1.2792)
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-29 13:00:16-05:00, jas@rowvwade. +1 -0
  Eliminate incorrect insertion left from debugging.

  storage/falcon/RecordVersion.cpp@stripped, 2008-01-29 13:00:08-05:00, jas@rowvwade. +0 -3
    Eliminate incorrect insertion left from debugging.

diff -Nrup a/storage/falcon/RecordVersion.cpp b/storage/falcon/RecordVersion.cpp
--- a/storage/falcon/RecordVersion.cpp	2008-01-28 16:01:55 -05:00
+++ b/storage/falcon/RecordVersion.cpp	2008-01-29 13:00:08 -05:00
@@ -233,10 +233,7 @@ bool RecordVersion::isSuperceded()
 void RecordVersion::setPriorVersion(Record *oldVersion)
 {
 	if (oldVersion)
-		{
-		ASSERT(oldVersion->state != recLock);
 		oldVersion->addRef();
-		}
 
 	if (priorVersion)
 		priorVersion->release();
Thread
bk commit into 6.0 tree (jas:1.2792)U-ROWVWADEjas29 Jan