Bug #8993 --ndbcluster instead of --ndb-cluster
Submitted: 6 Mar 2005 15:27 Modified: 8 Mar 2005 3:37
Reporter: Geert Vanderkelen Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Documentation Severity:S3 (Non-critical)
Version:5.0 OS:
Assigned to: Jon Stephens CPU Architecture:Any

[6 Mar 2005 15:27] Geert Vanderkelen
Description:
Hi,

The option --ndb-cluster on

http://dev.mysql.com/doc/mysql/en/mysql-cluster-configuration.html

Should read --ndbcluster

How to repeat:

[mysqld]
ndb-cluster

error log entry:
050306 16:29:33 [ERROR] /usr/local/mysql/bin/mysqld: unknown option '--ndb-cluster'

Suggested fix:
./bin/mysqld --help --verbose | grep ndb
  --ndbcluster        Enable NDB Cluster (if this version of MySQL supports
                      it). Disable with --skip-ndbcluster (will save memory).
[8 Mar 2005 3:37] 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
product(s).

Additional info:

Fixed docs source, change should show up in Manual within 24 hours.