List:Commits« Previous MessageNext Message »
From:tomas Date:April 5 2007 12:00pm
Subject:bk commit into 5.1 tree (tomas:1.2522)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of tomas. When tomas 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, 2007-04-05 11:59:55+02:00, tomas@stripped +1 -0
  Merge whalegate.ndb.mysql.com:/home/tomas/mysql-5.1-new-ndb
  into  whalegate.ndb.mysql.com:/home/tomas/mysql-5.1-telco
  MERGE: 1.2494.1.52

  storage/ndb/tools/listTables.cpp@stripped, 2007-04-05 11:59:51+02:00,
tomas@stripped +0 -0
    Auto merged
    MERGE: 1.31.1.1

# 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:	tomas
# Host:	whalegate.ndb.mysql.com
# Root:	/home/tomas/mysql-5.1-telco/RESYNC

--- 1.33/storage/ndb/tools/listTables.cpp	2007-02-22 15:49:31 +01:00
+++ 1.34/storage/ndb/tools/listTables.cpp	2007-04-05 11:59:51 +02:00
@@ -310,6 +310,7 @@
   _tabname = argv[0];
 
   ndb_cluster_connection = new Ndb_cluster_connection(opt_connect_str);
+  ndb_cluster_connection->set_name("ndb_show_tables");
   if (ndb_cluster_connection->connect(12,5,1))
     fatal("Unable to connect to management server.");
   if (ndb_cluster_connection->wait_until_ready(30,0) < 0)
Thread
bk commit into 5.1 tree (tomas:1.2522)tomas5 Apr