mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
Merge mskold@bk-internal.mysql.com:/home/bk/mysql-5.0-ndb
into mysql.com:/windows/Linux_space/MySQL/mysql-5.0-ndb
This commit is contained in:
commit
259532e26e
1 changed files with 1 additions and 2 deletions
|
|
@ -37,7 +37,6 @@ static int g_verbose = 0;
|
|||
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 @@ fetch_configuration()
|
|||
|
||||
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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue