WL#5467: Cluster: Add Auto-Link Markup for NDB Config Params

Affects: Server-7.x   —   Status: Complete

Information regarding NDB node configuration parameters is already aggregated in
mysqldoc/dynamic-docs/command-optvars/ndb-config-params.xml and used to generate
summary tables in section mysql-cluster-params-overview ( (in
mysqldoc/refman-{4.1,5.{0,1}}/mysql-cluster-configuration-core.xml)).

The current task is to utilise this info/file in adding auto-link markup to
these parameters where they occur in the text of the Manual so that they'll be
linked to their descriptions in section mysql-cluster-config-file (also in
mysql-cluster-configuration-core.xml).

Examples (according to convention actually implemented):

ArbitrationRank --> link to


ArbitrationRank --> link to


Implementation also provides for Cluster [system] configuration parameters in
the event that these ever become supported for end users.