Bug #20974 Missing Column::getSize() function, and missing section title
Submitted: 11 Jul 2006 17:04 Modified: 13 Jul 2006 2:07
Reporter: Geert Vanderkelen Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Documentation Severity:S3 (Non-critical)
Version: OS:
Assigned to: Jon Stephens CPU Architecture:Any

[11 Jul 2006 17:04] Geert Vanderkelen
Description:
In the NDB API documentation, the NdbDictionary::Column::getSize() member function is missing.

It should be mentioned in following section:
  http://dev.mysql.com/doc/ndbapi/en/class-column-methods.html

In that same section, the title for the Column::getScale() is missing.

How to repeat:
For the missing function, check following file (in 5.0 source for example):
  mysql-5.0/ndb/src/ndbapi/NdbDictionary.cpp

int
NdbDictionary::Column::getSize() const{
  return m_impl.m_attrSize;
}
[13 Jul 2006 2:07] 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.