Bug #42477 unclear docs -- tablespaces & data files
Submitted: 30 Jan 2009 13:41 Modified: 3 Feb 2009 23:29
Reporter: John David Duncan Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Documentation Severity:S3 (Non-critical)
Version:5.1 OS:Any
Assigned to: Jon Stephens CPU Architecture:Any

[30 Jan 2009 13:41] John David Duncan
Description:
If I have a ten-node MySQL Cluster, and I run:

ALTER TABLESPACE ts1 ADD DATAFILE d1.dat INITIAL_SIZE=2G ENGINE NDB;

What happens?  Will it create a single virtual 2 GB "file" in ten parts, or will it rather create a 2 GB data file on each data node, for a total storage of 20 GB?

The docs are ambiguous here -- I think it could be read either way. 

How to repeat:
n/a

Suggested fix:
Clarify at http://dev.mysql.com/doc/refman/5.1/en/mysql-cluster-disk-data-objects.html
[3 Feb 2009 23:29] 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.