Bug #24880 | Removing or replacing the 'Master'-word from SHOW output | ||
---|---|---|---|
Submitted: | 7 Dec 2006 11:14 | Modified: | 6 Nov 2013 16:33 |
Reporter: | Geert Vanderkelen | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Cluster: Cluster (NDB) storage engine | Severity: | S4 (Feature request) |
Version: | mysql-5.1 | OS: | Any |
Assigned to: | Lakshmi Narayanan Sreethar | CPU Architecture: | Any |
Tags: | master, NDB_MGM, show |
[7 Dec 2006 11:14]
Geert Vanderkelen
[7 Dec 2006 11:15]
Geert Vanderkelen
It is worth considering this change and cluster devs tent to agree, so setting it to 'Verified'.
[6 Nov 2013 16:33]
Jon Stephens
Documented fix int he NDB 7.0.39, 7.1.29, 7.2.14, and 7.3.3 changelogs, as follows: Formerly, the node used as the coordinator or leader for distributed decision making between nodes (also known as the DICT manager--see the /NDB Internals Guide/) was indicated in the output of the ndb_mgm client SHOW command as the master node, although this has no relationship to a master server in MySQL Replication. (It should also be noted that it is not necessary to know which node is the leader except when debugging NDBCLUSTER source code.) To avoid possible confusion, this label has been removed, and the leader node is now indicated in SHOW command output using an asterisk (*) character. Also updated relevant examples in the Manual, and Cluster FAQ. Closed.