Bug #70688 ndbinfo_offline variable undocumented
Submitted: 22 Oct 2013 11:55 Modified: 25 Oct 2013 12:42
Reporter: Hartmut Holzgraefe Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Documentation Severity:S3 (Non-critical)
Version:mysql-cluster-7.3.2 OS:Any
Assigned to: Jon Stephens CPU Architecture:Any

[22 Oct 2013 11:55] Hartmut Holzgraefe
Description:
SHOW STATUS LIKE "ndbinfo%";

shows a "ndbinfo_offline" variable (which seems to default to OFF)

but it is nowhere mentioned in the documentation ...

How to repeat:
see 

  SHOW STATUS LIKE "ndbinfo_offline";

output vs. documentation
[22 Oct 2013 13:34] MySQL Verification Team
Hello Hartmut,

Thank you for the bug report.
Verified as described.

// MySQL server system variable "ndbinfo_offline"

mysql> select version(); SHOW variables LIKE "ndbinfo_offline%";
+----------------------+
| version()            |
+----------------------+
| 5.6.11-ndb-7.3.2-log |
+----------------------+
1 row in set (0.00 sec)

+-----------------+-------+
| Variable_name   | Value |
+-----------------+-------+
| ndbinfo_offline | OFF   |
+-----------------+-------+
1 row in set (0.00 sec)

Indeed, it is missing in the relevant pages: http://dev.mysql.com/doc/refman/5.6/en/mysql-cluster-system-variables.html

Thanks,
Umesh
[25 Oct 2013 12:42] 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.

Fixed in mysqldoc rev 36521, Cheers.