mirror of
https://github.com/MariaDB/server.git
synced 2025-10-22 19:52:58 +03:00
Merge gni@bk-internal.mysql.com:/home/bk/mysql-5.1-ndb
into dev3-127.(none):/mnt/mysql/home/ngb/mysql-5.1-ndb-bj sql/ha_ndbcluster.cc: Auto merged sql/sql_base.cc: Auto merged sql/sql_view.cc: Auto merged sql/table.cc: Auto merged storage/ndb/src/mgmclient/CommandInterpreter.cpp: Auto merged storage/ndb/src/mgmsrv/ConfigInfo.cpp: Auto merged storage/ndb/src/ndbapi/ndberror.c: Auto merged
This commit is contained in:
@@ -1498,6 +1498,7 @@ CommandInterpreter::executeShow(char* parameters)
|
||||
|
||||
if(it == 0){
|
||||
ndbout_c("Unable to create config iterator");
|
||||
ndb_mgm_destroy_configuration(conf);
|
||||
return;
|
||||
}
|
||||
NdbAutoPtr<ndb_mgm_configuration_iterator> ptr(it);
|
||||
@@ -1542,6 +1543,7 @@ CommandInterpreter::executeShow(char* parameters)
|
||||
print_nodes(state, it, "ndb_mgmd", mgm_nodes, NDB_MGM_NODE_TYPE_MGM, 0);
|
||||
print_nodes(state, it, "mysqld", api_nodes, NDB_MGM_NODE_TYPE_API, 0);
|
||||
// ndbout << helpTextShow;
|
||||
ndb_mgm_destroy_configuration(conf);
|
||||
return;
|
||||
} else if (strcasecmp(parameters, "PROPERTIES") == 0 ||
|
||||
strcasecmp(parameters, "PROP") == 0) {
|
||||
|
Reference in New Issue
Block a user