Bug #62857 | GCP_SAVEREQ node crash | ||
---|---|---|---|
Submitted: | 21 Oct 2011 9:27 | Modified: | 21 Nov 2011 10:41 |
Reporter: | Eugene Zheganin | Email Updates: | |
Status: | No Feedback | Impact on me: | |
Category: | MySQL Cluster: Cluster (NDB) storage engine | Severity: | S2 (Serious) |
Version: | 7.1.15a | OS: | Linux (Linux ip-10-44-115-59 2.6.35.14-95.38.amzn1.x86_64 #1 SMP Thu Aug 25 17:11:23 UTC 2011 x86_64 x86_64) |
Assigned to: | Assigned Account | 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 Oct 2011 9:36]
Eugene Zheganin