List:Internals« Previous MessageNext Message »
From:jonas Date:August 25 2005 5:48am
Subject:bk commit into 5.1 tree (jonas:1.1970)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of jonas. When jonas 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
  1.1970 05/08/25 07:48:45 jonas@eel.(none) +2 -0
  merge error

  storage/ndb/test/src/UtilTransactions.cpp
    1.23 05/08/25 07:48:41 jonas@eel.(none) +0 -9
    merge error

  storage/ndb/test/include/UtilTransactions.hpp
    1.11 05/08/25 07:48:41 jonas@eel.(none) +0 -2
    merge error

# This is a BitKeeper patch.  What follows are the unified diffs for the
# set of deltas contained in the patch.  The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User:	jonas
# Host:	eel.(none)
# Root:	/home/jonas/src/mysql-5.1-ndb-dd

--- 1.10/storage/ndb/test/include/UtilTransactions.hpp	2005-07-25 10:30:29 +02:00
+++ 1.11/storage/ndb/test/include/UtilTransactions.hpp	2005-08-25 07:48:41 +02:00
@@ -126,8 +126,6 @@
   NdbOperation* getOperation(NdbConnection*, 
 			     NdbOperation::OperationType);
   NdbScanOperation* getScanOperation(NdbConnection*);
-
-  void closeTransaction(Ndb* pNdb);
 };
 
 #endif

--- 1.22/storage/ndb/test/src/UtilTransactions.cpp	2005-07-25 10:50:22 +02:00
+++ 1.23/storage/ndb/test/src/UtilTransactions.cpp	2005-08-25 07:48:41 +02:00
@@ -1455,12 +1455,3 @@
   return return_code;
 }
 
-void
-UtilTransactions::closeTransaction(Ndb* pNdb)
-{
-  if (pTrans != NULL){
-    pTrans->close();
-    pTrans = NULL;
-  }
-  pTrans = NULL;
-}
Thread
bk commit into 5.1 tree (jonas:1.1970)jonas25 Aug