Bug #36016 Undocumented NdbScanFilter methods
Submitted: 12 Apr 2008 17:05 Modified: 13 Apr 2008 12:00
Reporter: Jon Stephens 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

[12 Apr 2008 17:05] Jon Stephens
Description:
The following methods of the NdbScanFilter class are not documented for the NDB API:

getNdbOperation()

getNdbError()

How to repeat:
Inspect ndb/include/ndbapi/NdbScanFilter.hpp - uncovered while documenting fix for Bug #35854.

Suggested fix:
Document these 2 methods.
[13 Apr 2008 11:12] Jon Stephens
istrue() and isfalse() methods also need to be documented.
[13 Apr 2008 12:00] Jon Stephens
Added basic documentation of the 4 missing methods to Cluster API docs.