List:Internals« Previous MessageNext Message »
From:jonas.oreland Date:July 20 2005 11:41am
Subject:bk commit into 5.0 tree (joreland:1.1865)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 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.1865 05/07/20 13:41:01 joreland@stripped +4 -0
  Merge mysql.com:/home/jonas/src/mysql-5.0-push
  into  mysql.com:/home/jonas/src/mysql-5.0-ndb

  ndb/test/src/HugoOperations.cpp
    1.20 05/07/20 13:40:58 joreland@stripped +11 -0
    merge

  ndb/test/include/HugoOperations.hpp
    1.13 05/07/20 13:40:58 joreland@stripped +0 -3
    merge

  ndb/test/ndbapi/testNdbApi.cpp
    1.20 05/07/20 13:35:55 joreland@stripped +0 -0
    Auto merged

  ndb/src/kernel/blocks/dbacc/DbaccMain.cpp
    1.52 05/07/20 13:35:55 joreland@stripped +0 -0
    Auto merged

# 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:	joreland
# Host:	eel.(none)
# Root:	/home/jonas/src/mysql-5.0-ndb/RESYNC

--- 1.19/ndb/test/src/HugoOperations.cpp	2005-07-04 08:30:30 +02:00
+++ 1.20/ndb/test/src/HugoOperations.cpp	2005-07-20 13:40:58 +02:00
@@ -458,6 +458,19 @@
   return -1;
 }
 
+HugoOperations::HugoOperations(const NdbDictionary::Table& _tab):
+  UtilTransactions(_tab),
+  calc(_tab)
+{
+}
+
+HugoOperations::HugoOperations(const NdbDictionary::Table& _tab,
+                               const NdbDictionary::Index* idx):
+  UtilTransactions(_tab, idx),
+  calc(_tab)
+{ 
+}
+
 HugoOperations::~HugoOperations(){
   deallocRows();
   if (pTrans != NULL)
Thread
bk commit into 5.0 tree (joreland:1.1865)jonas.oreland20 Jul