| Bug #21128 | No ndb_mgm_get_clusterlog_loglevel () function | ||
|---|---|---|---|
| Submitted: | 18 Jul 2006 23:18 | Modified: | 8 Feb 2007 8:46 |
| Reporter: | Hartmut Holzgraefe | Email Updates: | |
| Status: | Closed | Impact on me: | |
| Category: | MySQL Cluster: NDB API | Severity: | S3 (Non-critical) |
| Version: | 5.0, 5.1 | OS: | |
| Assigned to: | li zhou | CPU Architecture: | Any |
[29 Aug 2006 8:30]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/commits/10983 ChangeSet@1.2250, 2006-08-29 16:33:30+00:00, lzhou@dev3-138.dev.cn.tlan +4 -0 BUG#21128: Add ndb_mgm_get_clusterlog_loglevel() funtion
[8 Feb 2007 8:46]
Jon Stephens
Thank you for your bug report. This issue has been committed to our source repository of that product and will be incorporated into the next release.
If necessary, you can access the source repository and build the latest available version, including the bug fix. More information about accessing the source trees is available at
http://dev.mysql.com/doc/en/installing-source.html
New function already documented per emails with Tomas; changed effective version given in Cluster API Guide to 5.1.16 and added note to 5.1.16 changelog.

Description: We have both a setter and getter for clusterlog severity filter ndb_mgm_set_clusterlog_severity_filter ndb_mgm_get_clusterlog_severity_filter but only a setter for the clusterlog_loglevel ndb_mgm_set_clusterlog_loglevel and no matching getter How to repeat: Check the ndbapi source files for ndb_mgm_set_clusterlog_loglevel and ndb_mgm_get_clusterlog_loglevel Suggested fix: add the missing function