Bug #28125 | ERROR 2013 when adding index. | ||
---|---|---|---|
Submitted: | 26 Apr 2007 18:38 | Modified: | 3 Aug 2007 16:34 |
Reporter: | Daniel Parry | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: General | Severity: | S2 (Serious) |
Version: | 5.0, 5.1 | OS: | Any |
Assigned to: | Ramil Kalimullin | CPU Architecture: | Any |
Tags: | assertion, Contribution, crash |
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
[22 May 2007 20:01]
Shane Bester
[30 May 2007 13:44]
Vasil Dimov
Patch for fix the problem by always adjusting length to a multiple of mbmaxlen
Attachment: mysqlfix.diff (application/octet-stream, text), 1.33 KiB.