List:Commits« Previous MessageNext Message »
From:Lars-Erik Bjørk Date:February 5 2009 2:09pm
Subject:Re: bzr commit into mysql-6.0-falcon-team branch (olav:3003)
View as plain text  
Looks harmless :) (famous last words)

OK to push!

On Thu, 2009-02-05 at 13:01 +0000, Olav Sandstaa wrote:
> #At file:///home/os136802/mysql/develop/repo/falcon-removedebug/ based on
> revid:hky@stripped
> 
>  3003 Olav Sandstaa	2009-02-05
>       Remove debug code that was used for testing the new transaction dependency
> manager
>       implementation.
> modified:
>   storage/falcon/TransactionManager.cpp
> 
> per-file messages:
>   storage/falcon/TransactionManager.cpp
>     Remove debug code that was used for testing the new transaction dependency
> manager.
> === modified file 'storage/falcon/TransactionManager.cpp'
> 
> === modified file 'storage/falcon/TransactionManager.cpp'
> --- a/storage/falcon/TransactionManager.cpp	2009-01-07 08:12:08 +0000
> +++ b/storage/falcon/TransactionManager.cpp	2009-02-05 13:01:41 +0000
> @@ -32,8 +32,6 @@
>  
>  static const int EXTRA_TRANSACTIONS = 10;
>  
> -static TransId OLD = 0;  // Temporary for debugging
> -
>  #ifdef _DEBUG
>  #undef THIS_FILE
>  static const char THIS_FILE[]=__FILE__;
> @@ -321,9 +319,6 @@
>  
>  	TransId oldestActive = findOldestInActiveList();
>  
> -	ASSERT(oldestActive >= OLD);   // Temporary for debugging
> -	OLD = oldestActive;            // Please ignore
> -
>  	// Check for any fully mature transactions to ditch
>    
>  	Transaction* transaction = committedTransactions.first;
> 
> 

Thread
bzr commit into mysql-6.0-falcon-team branch (olav:3003) Olav Sandstaa5 Feb
  • Re: bzr commit into mysql-6.0-falcon-team branch (olav:3003)Lars-Erik Bjørk5 Feb