Bug #59896 Multiple "introduced" NDB versions not displayed for optvars
Submitted: 2 Feb 2011 16:58 Modified: 9 Feb 2011 20:08
Reporter: Jon Stephens Email Updates:
Status: Closed Impact on me:
None 
Category:Tools: Documentation Toolset Severity:S3 (Non-critical)
Version:All Cluster/5.1+ OS:Any
Assigned to: Jon Stephens CPU Architecture:Any

[2 Feb 2011 16:58] Jon Stephens
Description:
Given a mysqloption element with multiple "introduced" versions, such as this one...

  <mysqloption id="rewrite-database">

...

    <versions>
      <manual version="5.1"/>
      <introduced version="5.1.51-ndb-6.3.41"/>
      <introduced version="5.1.51-ndb-7.0.22"/>
      <introduced version="5.1.51-ndb-7.1.11"/>
    </versions>

  </mysqloption>

Only the the version attribute value from the last <introduced> element is displayed.

How to repeat:
See example; build some user format such as HTML.

Suggested fix:
Display all introduced NDB versions within a MySQL server major release version.
[2 Feb 2011 16:59] Jon Stephens
Set prio.

Don't see any need for this to be private; removing flag.
[7 Feb 2011 18:25] Jon Stephens
This includes:

·Cluster options/variables for mysqld
·option/variables for all NDB programs
·NDB data node configuration parameters
[7 Feb 2011 22:37] Jon Stephens
In progress: Commit fixing this issue for NDB-specific mysqld options/variables and NDB node configuration parameters is here:

http://lists.mysql.com/commits/130635
[9 Feb 2011 20:08] Jon Stephens
Thank you for your bug report. This issue has been addressed in the documentation. The updated documentation will appear on our website shortly, and will be included in the next release of the relevant products.