Bug #83282 NDB compile option is outdated in docs
Submitted: 6 Oct 2016 9:31 Modified: 18 Oct 2016 17:43
Reporter: Daniël van Eeden (OCA) Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Cluster: Documentation Severity:S3 (Non-critical)
Version:all OS:Any
Assigned to: Jon Stephens CPU Architecture:Any

[6 Oct 2016 9:31] Daniël van Eeden
Description:
Page: https://dev.mysql.com/doc/ndbapi/en/ndb-start-requirements.html

"--with-ndbcluster configure option"

That is outdated. Now cmake is used instead of autotools

Looking at storage/ndb/CMakeLists.txt it looks like setting MYSQL_VERSION_EXTRA=-ndb-7.5.3 in the VERSION file is enough.

How to repeat:
Compare docs and code

Suggested fix:
Suggent to build from a cluster branch or use a binary package
[6 Oct 2016 9:41] MySQL Verification Team
Hello Daniël,

Thank you for the report.

Thanks,
Umesh
[18 Oct 2016 17:42] Jon Stephens
It should refer to the -DWITH_NDBCLUSTER=ON option for CMake, actually.

Fixed in mysqldoc rev 49530.

Closed.