Bug #45965 | In mysql clusterr can't create many datafile for tablespace | ||
---|---|---|---|
Submitted: | 6 Jul 2009 10:00 | Modified: | 21 Jul 2009 7:56 |
Reporter: | ws lee | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Cluster: Cluster (NDB) storage engine | Severity: | S1 (Critical) |
Version: | mysql5.1.27-ndb6.3.17 | OS: | Solaris (5.10) |
Assigned to: | Sveta Smirnova | CPU Architecture: | Any |
[6 Jul 2009 10:00]
ws lee
[16 Jul 2009 11:24]
Sveta Smirnova
Thank you for the report. I can not repeat described behavior. Please provide your configuration file. Also indicate accurate version of package you use (file name) or configure options if you built yourself.
[21 Jul 2009 7:56]
ws lee
To. Sveta Smirnova thanks your reply. this problem seems to caused by console of mysql client and my ssh tool. mysql> .... mysql> ALTER TABLESPACE ts1 ADD DATAFILE 'data1_96.dat' ENGINE=ndbcluster; mysql> ALTER TABLESPACE ts1 ADD DATAFILE 'data1_97.dat' ENGINE=ndbcluster; mysql> ALTER TABLESPACE ts1 ADD DATAFILE 'data1_98.dat' ENGINE=ndbcluster; mysql> .... but, in below case, no problem. mysql -uroot -p < create_tablespace_datafile.sql