mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 11:27:39 +02:00
Merge mysql.com:/home/stewart/Documents/MySQL/4.1/bug15530
into mysql.com:/home/stewart/Documents/MySQL/5.1/merge storage/ndb/src/mgmclient/CommandInterpreter.cpp: Auto merged
This commit is contained in:
commit
8577fdc6e1
1 changed files with 1 additions and 1 deletions
|
|
@ -1079,7 +1079,7 @@ print_nodes(ndb_mgm_cluster_state *state, ndb_mgm_configuration_iterator *it,
|
|||
}
|
||||
if (node_state->node_group >= 0) {
|
||||
ndbout << ", Nodegroup: " << node_state->node_group;
|
||||
if (node_state->dynamic_id == master_id)
|
||||
if (master_id && node_state->dynamic_id == master_id)
|
||||
ndbout << ", Master";
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue