Bug #83130 data-node-neighbor option wrongly spelled
Submitted: 23 Sep 2016 14:16
Reporter: Jon Stephens Email Updates:
Status: Verified Impact on me:
None 
Category:MySQL Cluster: Cluster (NDB) storage engine Severity:S2 (Serious)
Version:7.5 OS:Any
Assigned to: CPU Architecture:Any

[23 Sep 2016 14:16] Jon Stephens
Description:
The mysqld option '--ndb-data-node-neighbour' was introduced in 7.5.2. But US spelling is standard for MySQL keywords and option names.

How to repeat:
Observe in code or output from mysqld --verbose --help.

Suggested fix:
Change the option name to --ndb-data-node-neighbor, and the name of the associated system variable to ndb_data_node_neighbor, to comply with our guidelines and to be consistent with e.g. --innodb_flush_neighbors.
[3 Oct 2016 10:03] Jon Stephens
NDBAPI: Ndb_cluster_connection::set_data_node_neighbour() should also be renamed to 'set_data_node_neighbor()'.