Bug #17951 | myisampack --force --silent : adnormal end in Windows XP | ||
---|---|---|---|
Submitted: | 6 Mar 2006 5:09 | Modified: | 11 Dec 2006 4:12 |
Reporter: | Mark V | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Command-line Clients | Severity: | S2 (Serious) |
Version: | 5.0.18-nt | OS: | Windows (WIN-XP-Pro (latest patches)) |
Assigned to: | Iggy Galarza | 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
[6 Mar 2006 5:12]
Mark V
[7 Mar 2006 6:07]
Shane Bester
Output of my session with 5.0.19-bk. Uploaded table prefix is 06652v_, but table prefix quoted is 416196_
Attachment: mylog.txt (text/plain), 4.87 KiB.
[7 Mar 2006 6:15]
Shane Bester
With 5.0.18-nt, it crashed with The instruction at "0x77fcd989" referenced memory at "0x00000000"
Attachment: mylog2.txt (text/plain), 5.20 KiB.