Bug #10932 | Building server with key limit of 128, makes test cases fail | ||
---|---|---|---|
Submitted: | 27 May 2005 20:54 | Modified: | 21 Dec 2005 14:08 |
Reporter: | Kent Boortz | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: MyISAM storage engine | Severity: | S1 (Critical) |
Version: | 5.0.6 | OS: | Linux (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
[27 May 2005 20:57]
Kent Boortz
[14 Jun 2005 9:35]
Sergei Golubchik
128 keys test
Attachment: 128.sql (application/octet-stream, text), 1.95 KiB.
[21 Jun 2005 16:14]
Ingo Strüwing
The generated test script must be used with the force option. It generates four failing commands with unique key violations.
Attachment: bug10932-gen128.pl (application/x-perl, text), 6.09 KiB.
[2 Dec 2005 15:14]
Ingo Strüwing
Tar archive with test cases and patch, part 1
Attachment: bug10932.tar.bz2.aa (application/octet-stream, text), 200.00 KiB.
[2 Dec 2005 15:15]
Ingo Strüwing
Tar archive with test cases and patch, part 2
Attachment: bug10932.tar.bz2.ab (application/octet-stream, text), 199.21 KiB.