Bug #46642 | Build fails w/ error "mf_iocache.c:1372: structure has no member named `rc_pos'" | ||
---|---|---|---|
Submitted: | 11 Aug 2009 1:21 | Modified: | 25 Jan 2013 11:08 |
Reporter: | Don Davis | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | Connector / C | Severity: | S2 (Serious) |
Version: | 6.0.1, 6.0.2 | OS: | Solaris (OpenSolaris 2009.06 Build 111) |
Assigned to: | Assigned Account | CPU Architecture: | Any |
Tags: | mysql connector build failure |
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