Bug #25433 | KILL causes errno 144 table '.\test\t1' is marked as crashed | ||
---|---|---|---|
Submitted: | 5 Jan 2007 14:07 | Modified: | 7 Mar 2007 17:41 |
Reporter: | Shane Bester (Platinum Quality Contributor) | Email Updates: | |
Status: | Won't fix | Impact on me: | |
Category: | MySQL Server: MyISAM storage engine | Severity: | S2 (Serious) |
Version: | 5.0.30,5.0.34BK,5.0.32 | OS: | Windows (win2003,suse9x86) |
Assigned to: | Ingo Strüwing | CPU Architecture: | Any |
Tags: | bfsm_2007_01_18, corruption, myisam, table 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
[5 Jan 2007 14:08]
Shane Bester
[5 Jan 2007 16:37]
Shane Bester
slightly modified version of previous testcase.
Attachment: testcase1.c (text/x-csrc), 6.26 KiB.