List:Commits« Previous MessageNext Message »
From:klewis Date:February 6 2008 4:17pm
Subject:bk commit into 6.0 tree (klewis:1.2806)
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-02-06 10:17:18-06:00, klewis@klewis-mysql. +1 -0
  Compiler error about unused variables.

  storage/falcon/Transaction.cpp@stripped, 2008-02-06 10:17:07-06:00, klewis@klewis-mysql. +2 -2
    Compiler error about unused variables.

diff -Nrup a/storage/falcon/Transaction.cpp b/storage/falcon/Transaction.cpp
--- a/storage/falcon/Transaction.cpp	2008-02-05 15:50:30 -06:00
+++ b/storage/falcon/Transaction.cpp	2008-02-06 10:17:07 -06:00
@@ -464,8 +464,8 @@ void Transaction::rollback()
 
 void Transaction::expungeTransaction(Transaction * transaction)
 {
-	TransId oldId = transactionId;
-	int orgState = state;
+	//TransId oldId = transactionId;
+	//int orgState = state;
 	ASSERT(states != NULL || numberStates == 0);
 	int n = 0;
 	
Thread
bk commit into 6.0 tree (klewis:1.2806)klewis6 Feb