#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;