Bug #21129 ndb_logevent_get_fd() declared/documented but not implemented
Submitted: 18 Jul 2006 23:24 Modified: 2 Sep 2006 6:31
Reporter: Hartmut Holzgraefe Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Cluster: NDB API Severity:S3 (Non-critical)
Version:5.0, 5.1 OS:
Assigned to: Jonas Oreland CPU Architecture:Any

[18 Jul 2006 23:24] Hartmut Holzgraefe
Description:
Function ndb_logevent_get_fd() is defined as a prototype in mgmapi.h
and is documented but it does not actually exist in the source code

How to repeat:
check 5.1/storage/ndb/include/mgmapi/mgmapi.h:880:  

  int ndb_logevent_get_fd(const NdbLogEventHandle); 

is defined but never implemented or used elsewhere in the source

Suggested fix:
just drop the header line and the doc entry?
[4 Aug 2006 8:31] 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/10038

ChangeSet@1.2237, 2006-08-04 10:30:57+02:00, jonas@perch.ndb.mysql.com +1 -0
  ndb - bug#21129
    add missing function to mgmapi
[4 Aug 2006 8:32] Jonas Oreland
I didnt find it in 4.1...
[1 Sep 2006 8:00] Jonas Oreland
pushed to 5.1.12
[1 Sep 2006 19:29] Jonas Oreland
pushed to 5.0.25
[2 Sep 2006 6:31] 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

Documented in 5.0.25 and 5.1.12 changelogs, NDB API Guide.