Bug #4720 posibly incorect sample in "An example configuration in a MySQL Cluster"
Submitted: 23 Jul 2004 12:37 Modified: 12 Aug 2004 8:40
Reporter: Arturas K Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Cluster: Cluster (NDB) storage engine Severity:S3 (Non-critical)
Version:4.1 OS:n/a
Assigned to: Arjen Lentz CPU Architecture:Any

[23 Jul 2004 12:37] Arturas K
Description:
[QUOTE]
[DB]
Id: 2
ExecuteOnComputer: 2
FileSystemPath: /usr/local/mysql/db-2

[DB]
Id: 3
ExecuteOnComputer: 2
FileSystemPath: /usr/local/mysql/db-2
[/QUOTE]

I beleave node 3 shuld run on computer 3 or filesystempath shuld be other than /usr/local/mysql/db-2

As I understand 2 ndb nodes can not run in one filesystem path, or data will be corupted [corect me if I am wrong]

How to repeat:
http://dev.mysql.com/doc/mysql/en/MySQL_Cluster_Config_Example.html

Suggested fix:
[QUOTE]
[DB]
Id: 2
ExecuteOnComputer: 2
FileSystemPath: /usr/local/mysql/db-2

[DB]
Id: 3
ExecuteOnComputer: 3
FileSystemPath: /usr/local/mysql/db-3
[/QUOTE]
[6 Aug 2004 1:43] Arjen Lentz
Verified. Thanks for spotting this.
We are currently working on integrating the cluster configuration with the familiar my.cnf-style configuration, which of course will change the docs and examples.
[12 Aug 2004 8:40] Arjen Lentz
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).