List:Internals« Previous MessageNext Message »
From:jonas.oreland Date:July 20 2005 2:17pm
Subject:bk commit into 5.0 tree (joreland:1.1866)
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.1866 05/07/20 16:17:26 joreland@stripped +2 -0
  Merge mysql.com:/home/jonas/src/mysql-5.0
  into  mysql.com:/home/jonas/src/mysql-5.0-ndb

  ndb/test/src/HugoOperations.cpp
    1.21 05/07/20 16:17:19 joreland@stripped +0 -0
    Auto merged

  ndb/test/ndbapi/testNdbApi.cpp
    1.21 05/07/20 16:17:19 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.20/ndb/test/ndbapi/testNdbApi.cpp	2005-07-20 13:35:55 +02:00
+++ 1.21/ndb/test/ndbapi/testNdbApi.cpp	2005-07-20 16:17:19 +02:00
@@ -1089,7 +1089,7 @@
   C2(hugoOps.execute_Commit(pNdb) == 0);
   C2(hugoOps.closeTransaction(pNdb) == 0);
 
-  Ndb ndb2("TEST_DB");
+  Ndb ndb2(&ctx->m_cluster_connection, "TEST_DB");
   C2(ndb2.init() == 0);
   C2(ndb2.waitUntilReady() == 0);
   HugoOperations hugoOps2(*pTab);  

--- 1.20/ndb/test/src/HugoOperations.cpp	2005-07-20 13:40:58 +02:00
+++ 1.21/ndb/test/src/HugoOperations.cpp	2005-07-20 16:17:19 +02:00
@@ -458,8 +458,9 @@
   return -1;
 }
 
-HugoOperations::HugoOperations(const NdbDictionary::Table& _tab):
-  UtilTransactions(_tab),
+HugoOperations::HugoOperations(const NdbDictionary::Table& _tab,
+			       const NdbDictionary::Index* idx):
+  UtilTransactions(_tab, idx),
   calc(_tab)
 {
 }
Thread
bk commit into 5.0 tree (joreland:1.1866)jonas.oreland20 Jul