Bug #62858 | CREATE LOGFILE GROUP / CREATE TABLESPACE accept only bytes as unit | ||
---|---|---|---|
Submitted: | 21 Oct 2011 9:59 | Modified: | 7 Apr 2014 9:05 |
Reporter: | Rene' Cannao' | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Cluster: Disk Data | Severity: | S3 (Non-critical) |
Version: | 5.5.15-ndb-7.2.1 | OS: | Linux |
Assigned to: | Magnus Blåudd | CPU Architecture: | Any |
Tags: | disk data, log file, ndb |
[21 Oct 2011 9:59]
Rene' Cannao'
[21 Oct 2011 10:41]
Rene' Cannao'
ALTER TABLESPACE fails too: mysql> ALTER TABLESPACE ts_1 ADD DATAFILE 'data_2.dat' INITIAL_SIZE 2G ENGINE NDBCLUSTER; ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '2G ENGINE NDBCLUSTER' at line 1 mysql> ALTER TABLESPACE ts_1 ADD DATAFILE 'data_2.dat' INITIAL_SIZE 2147483648 ENGINE NDBCLUSTER; Query OK, 0 rows affected (24.28 sec)
[11 Jan 2013 21:00]
MySQL Verification Team
Thank you for the report. Verified as described.
[7 Apr 2014 9:05]
Magnus Blåudd
Fixed in 7.2.14 and 7.3.3
[7 Apr 2014 9:05]
Magnus Blåudd
Thank you for your bug report. This issue has already been fixed in the latest released version of that product, which you can download at http://www.mysql.com/downloads/