Bug #56632 | ALTER TABLE implicitly changes ROW_FORMAT to COMPRESSED | ||
---|---|---|---|
Submitted: | 7 Sep 2010 21:39 | Modified: | 14 Dec 2010 23:41 |
Reporter: | Elena Stepanova | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: InnoDB Plugin storage engine | Severity: | S3 (Non-critical) |
Version: | 5.1.50, 5.5.6-m3, 5.6.0-m4 | OS: | Any |
Assigned to: | Kevin Lewis | CPU Architecture: | Any |
If the data you need to attach is more than 50MB, you should create a compressed archive of the data, split it to 50MB chunks, and upload each of them as a separate attachment.
To split a large file:
- On *nix platforms use the split command e.g.
split -b 50MB <my_large_archive> <my_split_archive_prefix>
- On windows use WinZip or a similar utility to split the large file
[12 Oct 2010 18:41]
Kevin Lewis
[21 Oct 2010 19:12]
Kevin Lewis
A patch for mysql-5.5-innodb with comprehensive fix for Bug56632 and Bug#56628
Attachment: Bug56632andBug56628.patch (application/octet-stream, text), 112.94 KiB.
[2 Nov 2010 3:45]
Kevin Lewis
patch for mysql-5.5-innodb with better comments and replaced tests are removed.
Attachment: Bug56628and56632.patch (application/octet-stream, text), 105.09 KiB.
[2 Nov 2010 23:46]
Kevin Lewis
Patch pushed to mysql-5.1-innodb
Attachment: Bug56628and56632.5.1.patch (application/octet-stream, text), 110.66 KiB.
[2 Nov 2010 23:47]
Kevin Lewis
Patch pushed to mysql-5.5-innodb
Attachment: Bug56628and56632.5.5.patch (application/octet-stream, text), 110.45 KiB.