Bug #10267 | mysqltest, wrong number of loops when a script is sourced within a loop | ||
---|---|---|---|
Submitted: | 29 Apr 2005 16:42 | Modified: | 1 Sep 2005 19:20 |
Reporter: | Matthias Leich | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Command-line Clients | Severity: | S3 (Non-critical) |
Version: | 4.1 | OS: | |
Assigned to: | Magnus BlÄudd | 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
[29 Apr 2005 16:44]
Matthias Leich
[29 Apr 2005 16:44]
Matthias Leich
test case
Attachment: ml60.test (application/test, text), 881 bytes.
[7 Jul 2005 9:23]
Matthias Leich
testscripts
Attachment: ml031.test (application/test, text), 320 bytes.
[7 Jul 2005 9:24]
Matthias Leich
testscript
Attachment: ml031.inc (application/octet-stream, text), 117 bytes.
[7 Jul 2005 9:25]
Matthias Leich
testscript
Attachment: ml0311.inc (application/octet-stream, text), 100 bytes.