List:Commits« Previous MessageNext Message »
From:Martin Skold Date:January 31 2008 4:00pm
Subject:bk commit into 5.1 tree (mskold:1.2669)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of mskold.  When mskold 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-01-31 16:00:06+01:00, mskold@stripped +1 -0
  Fixed support for specifying explicit database

  storage/ndb/test/tools/hugoPkUpdate.cpp@stripped, 2008-01-31 16:00:01+01:00,
mskold@stripped +1 -1
    Fixed support for specifying explicit database

diff -Nrup a/storage/ndb/test/tools/hugoPkUpdate.cpp
b/storage/ndb/test/tools/hugoPkUpdate.cpp
--- a/storage/ndb/test/tools/hugoPkUpdate.cpp	2007-07-14 10:48:07 +02:00
+++ b/storage/ndb/test/tools/hugoPkUpdate.cpp	2008-01-31 16:00:01 +01:00
@@ -106,7 +106,7 @@ int main(int argc, const char** argv){
   NDBT_ThreadSet ths(_threads);
 
   // create Ndb object for each thread
-  if (ths.connect(&con, "TEST_DB") == -1) {
+  if (ths.connect(&con, db ? db : "TEST_DB") == -1) {
     ndbout << "connect failed: err=" << ths.get_err() << endl;
     return NDBT_ProgramExit(NDBT_FAILED);
   }
Thread
bk commit into 5.1 tree (mskold:1.2669)Martin Skold31 Jan