Bug #52898 Serveral ndb server and status variables are missing
Submitted: 16 Apr 2010 19:04 Modified: 26 Apr 2010 17:01
Reporter: Oli Sennhauser Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Documentation Severity:S2 (Serious)
Version:5.1+ OS:Any
Assigned to: Jon Stephens CPU Architecture:Any
Tags: documentation, ndbinfo, system variable

[16 Apr 2010 19:04] Oli Sennhauser
Description:
Several ndb server and status variables are missing here:

http://dev.mysql.com/doc/refman/5.1/en/server-system-variables.html

ndb_connectstring
ndb_index_stat_enable
ndb_index_stat_update_freq
ndb_log_binlog_index
ndb_optimized_node_selection
ndb_report_thresh_binlog_epoch_slip
ndb_report_thresh_binlog_mem_usage

ndbinfo_database
ndbinfo_max_bytes
ndbinfo_max_rows
ndbinfo_show_hidden
ndbinfo_table_prefix
ndbinfo_version

http://dev.mysql.com/doc/refman/5.1/en/server-status-variables.html

Ndb_number_of_ready_data_nodes
Ndb_connect_count

How to repeat:
SHOW GLOBAL VARIABLES;

SHOW GLOBAL STATUS;

Suggested fix:
add them
[26 Apr 2010 14:21] Jon Stephens
The correct place to look before filing this sort of bug is http://dev.mysql.com/doc/refman/5.1/en/mysqld-option-tables.html where *all* mysqld options and variables are referenced, including these:

ndb_connectstring
ndb_index_stat_enable
ndb_index_stat_update_freq
ndb_log_binlog_index
ndb_optimized_node_selection
ndb_report_thresh_binlog_epoch_slip
ndb_report_thresh_binlog_mem_usage

So that part is not a bug. :)
[26 Apr 2010 17:01] 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.