Bug #27611 | ALTER TABLE : disk columns become memory columns | ||
---|---|---|---|
Submitted: | 3 Apr 2007 12:26 | Modified: | 4 Apr 2007 6:09 |
Reporter: | Steve Edwards | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | MySQL Cluster: Disk Data | Severity: | S2 (Serious) |
Version: | 5.1.16 | OS: | Linux (Debian Linux 64bit (sarge)) |
Assigned to: | CPU Architecture: | Any | |
Tags: | cluster disk alter table memory column schema |
[3 Apr 2007 12:26]
Steve Edwards
[4 Apr 2007 6:09]
Adam Dixon
Thanks for your report, this however is a duplicate bug of http://bugs.mysql.com/bug.php?id=25295 Which is to be fixed in 5.1.17, I have verified this behavior on both 5.1.16 and the lack thereof in 5.1.17BK. You can work around this problem if you need by the following statement; mysql> alter table t1 add index (nonindex1), TABLESPACE ts_1 STORAGE DISK;