Bug #16218 | Crash on insert delayed | ||
---|---|---|---|
Submitted: | 5 Jan 2006 10:04 | Modified: | 11 Jul 2006 8:59 |
Reporter: | Olaf van der Spek (Basic Quality Contributor) | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: MyISAM storage engine | Severity: | S1 (Critical) |
Version: | 5.0.16 and 5.0.18 Debian/5.0.21BK | OS: | Linux (Debian/Suse Linux) |
Assigned to: | Ingo Strüwing | 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
[8 Jun 2006 15:38]
Ingo Strüwing
[8 Jun 2006 15:39]
Ingo Strüwing
Test script part 2 to be used on MySQL 5.0 after part 1 was used on MySQL 4.x.
Attachment: bug16218-2.sh (application/x-sh, text), 4.34 KiB.
[9 Jun 2006 18:53]
Ingo Strüwing
Test script part 1 for all four bugs to be used on MySQL 4.1 before using part 2.
Attachment: bug16218-1.sh (application/x-sh, text), 5.50 KiB.
[9 Jun 2006 18:54]
Ingo Strüwing
Test script part 2 for all four bugs to be used on MySQL 5.0 after part 1 was used on MySQL 4.1.
Attachment: bug16218-2.sh (application/x-sh, text), 6.19 KiB.