List:Commits« Previous MessageNext Message »
From:U-ROWVWADEjas Date:October 4 2007 9:25pm
Subject:bk commit into 6.0 tree (jas:1.2617)
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, 2007-10-04 15:25:35-04:00, jas@rowvwade. +1 -0
  Fixed botched de-conditionalization.

  storage/falcon/Table.cpp@stripped, 2007-10-04 15:25:29-04:00, jas@rowvwade. +0 -6
    Fixed botched de-conditionalization.

diff -Nrup a/storage/falcon/Table.cpp b/storage/falcon/Table.cpp
--- a/storage/falcon/Table.cpp	2007-10-04 14:08:35 -04:00
+++ b/storage/falcon/Table.cpp	2007-10-04 15:25:29 -04:00
@@ -1804,12 +1804,6 @@ void Table::expungeBlob(Value * blob)
 		recordNumber = (recordNumber == ZERO_REPOSITORY_PLACE) ? 0 : -recordNumber;
 
 	ASSERT(section);
-
-	// This probably isn't necessary, ever
-	
-	Sync sync(&syncObject, "Table::expungeBlob");
-	sync.lock(Exclusive);
-
 	dbb->updateRecord(section, recordNumber, NULL, NULL, true);
 	dbb->expungeRecord(section, recordNumber);
 }
Thread
bk commit into 6.0 tree (jas:1.2617)U-ROWVWADEjas4 Oct