List:Commits« Previous MessageNext Message »
From:U-ROWVWADEjas Date:November 12 2007 4:17pm
Subject:bk commit into 6.0 tree (jas:1.2665)
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-11-12 11:17:30-05:00, jas@rowvwade. +1 -0
  Remove superfluous but erroneous assertion.

  storage/falcon/MemMgr.cpp@stripped, 2007-11-12 11:17:22-05:00, jas@rowvwade. +0 -1
    Remove superfluous but erroneous assertion.

diff -Nrup a/storage/falcon/MemMgr.cpp b/storage/falcon/MemMgr.cpp
--- a/storage/falcon/MemMgr.cpp	2007-11-05 14:49:00 -05:00
+++ b/storage/falcon/MemMgr.cpp	2007-11-12 11:17:22 -05:00
@@ -631,7 +631,6 @@ void MemMgr::releaseBlock(MemBlock *bloc
 	sync.lock(Exclusive);
 	//validateFreeList();
 	block->pool = NULL;
-	ASSERT(length <= (int) activeMemory);
 	activeMemory -= length;
 
 	if (freeBlock->next && !freeBlock->next->memHeader.pool)
Thread
bk commit into 6.0 tree (jas:1.2665)U-ROWVWADEjas12 Nov