Bug #84248 LogLevel* options are not referred at all
Submitted: 18 Dec 2016 13:00
Reporter: Mikiya Okuno Email Updates:
Status: Verified Impact on me:
None 
Category:MySQL Cluster: Cluster (NDB) storage engine Severity:S3 (Non-critical)
Version:7.5.4 OS:Any
Assigned to: CPU Architecture:Any

[18 Dec 2016 13:00] Mikiya Okuno
Description:
http://dev.mysql.com/doc/refman/5.5/en/mysql-cluster-ndbd-definition.html#ndbparam-ndbd-lo...

LogLevel* options are not read by data node using mgm API function like ndb_mgm_get_int_parameter(). They are just defined in mgm_config_parameters.h and substituted to NDB_MGM_EVENT_CATEGORY_*.

How to repeat:
See source code.

Suggested fix:
IMHO, I suggest either of following actions:

* Remove these options completely from both the source code and manual.

* Fix the source code so that they are used as intended.