Bug #67123 | error in mi_update.c:226 | ||
---|---|---|---|
Submitted: | 7 Oct 2012 13:02 | Modified: | 12 Oct 2012 12:56 |
Reporter: | Roman Zabransky | Email Updates: | |
Status: | Verified | Impact on me: | |
Category: | MySQL Server: MyISAM storage engine | Severity: | S1 (Critical) |
Version: | 5.5.27, 5.5.29, 5.1.67, 5.7.0 | OS: | Any (MS Windows 2008 64bit, Linux) |
Assigned to: | CPU Architecture: | Any | |
Tags: | Incorrect key file, mi_update |
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 2012 5:36]
Roman Zabransky
[12 Oct 2012 11:53]
Roman Zabransky
stopfile
Attachment: stop_woerter.c (application/octet-stream, text), 775 bytes.
[12 Oct 2012 12:42]
Sveta Smirnova
test case for MTR, don't forget to create option file with --ft_min_word_len=1
Attachment: bug67123.test (application/octet-stream, text), 2.85 KiB.