Bug #92643 | Build MySQL Connector\ODBC 8.0 on Windows | ||
---|---|---|---|
Submitted: | 2 Oct 2018 21:46 | Modified: | 3 Oct 2018 18:05 |
Reporter: | Swikriti Jain | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | Connector / ODBC | Severity: | S1 (Critical) |
Version: | 8.0, 8.0.12 | OS: | Windows |
Assigned to: | CPU Architecture: | Other |
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
[2 Oct 2018 22:24]
Swikriti Jain
[3 Oct 2018 8:30]
Umesh Shastry
Build log..
Attachment: 92643_build.log (application/octet-stream, text), 33.08 KiB.
[3 Oct 2018 17:42]
Swikriti Jain
Build Output
Attachment: buildOutput.txt (text/plain), 78.78 KiB.
[3 Oct 2018 17:47]
Swikriti Jain
Cmake output
Attachment: CmakeOutput.txt (text/plain), 15.32 KiB.