Bug #70542 | MySQL does not compile on OSX 10.9 GM | ||
---|---|---|---|
Submitted: | 7 Oct 2013 11:00 | Modified: | 13 Nov 2013 23:47 |
Reporter: | Roderik van der Veer | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Compiling | Severity: | S1 (Critical) |
Version: | 5.6.13 | OS: | MacOS (10.9GM, XCode 5.0.1GM, CLT GM) |
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
[7 Oct 2013 13:26]
Miguel Solorzano
[30 Oct 2013 5:27]
David Peixotto
patch to fix build off of 5.6 branch
Attachment: fix-build-on-macosx-9.patch (application/octet-stream, text), 93.30 KiB.