List:Commits« Previous MessageNext Message »
From:'Hartmut Holzgraefe' Date:November 13 2006 5:04pm
Subject:bk commit into 5.0 tree (hartmut:1.2284) BUG#23887
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of hartmut. When hartmut 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, 2006-11-13 17:04:40+01:00, hartmut@stripped +1 -0
  Fix for Bug #23887 (Introduced by Bugfix #22295)

  ndb/tools/ndb_config.cpp@stripped, 2006-11-13 17:04:37+01:00, hartmut@stripped +1 -2
    use standard option variable with standard option

# 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:	hartmut
# Host:	linux.site
# Root:	/home/hartmut/projects/mysql/dev/teamtrees/mysql-5.0-ndb

--- 1.18/ndb/tools/ndb_config.cpp	2006-11-13 17:04:50 +01:00
+++ 1.19/ndb/tools/ndb_config.cpp	2006-11-13 17:04:50 +01:00
@@ -37,7 +37,6 @@
 static int try_reconnect = 3;
 
 static int g_nodes, g_connections, g_section;
-static const char * g_connectstring = 0;
 static const char * g_query = 0;
 
 static int g_nodeid = 0;
@@ -484,7 +483,7 @@
 
   ndb_mgm_set_error_stream(mgm, stderr);
   
-  if (ndb_mgm_set_connectstring(mgm, g_connectstring))
+  if (ndb_mgm_set_connectstring(mgm, opt_connect_str))
   {
     fprintf(stderr, "* %5d: %s\n", 
 	    ndb_mgm_get_latest_error(mgm),
Thread
bk commit into 5.0 tree (hartmut:1.2284) BUG#23887'Hartmut Holzgraefe'13 Nov