Bug #10778 | Memory allocated by the server is never released | ||
---|---|---|---|
Submitted: | 20 May 2005 21:28 | Modified: | 27 Jun 2006 14:17 |
Reporter: | Kurt Fitzner | Email Updates: | |
Status: | No Feedback | Impact on me: | |
Category: | MySQL Server | Severity: | S1 (Critical) |
Version: | 5.0.20 | OS: | HP/UX (HP/UX 11.11 PARISC 2.0) |
Assigned to: | 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
[21 Apr 2006 16:11]
Kurt Fitzner
[21 Apr 2006 16:12]
Kurt Fitzner
SHOW VARIABLES result
Attachment: show_variables.txt (text/plain), 6.31 KiB.