Bug #52514 | mysql 5.1 do_abi_check does not compile w/ gcc4.5 due to GCC preprocessor change | ||
---|---|---|---|
Submitted: | 31 Mar 2010 20:00 | Modified: | 14 Oct 2010 14:40 |
Reporter: | Robin Johnson | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Compiling | Severity: | S3 (Non-critical) |
Version: | 5.1 | OS: | Any |
Assigned to: | Davi Arnaut | CPU Architecture: | Any |
Tags: | gcc-4.5 |
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
[31 Mar 2010 20:03]
Robin Johnson
[31 Mar 2010 20:04]
Robin Johnson
mysql-5.1-gcc45-apicheck.patch
Attachment: mysql-5.1-gcc45-apicheck.patch (text/x-patch), 1.12 KiB.
[8 Jun 2010 13:57]
Sammie Taunton
mysql-5.1.47-gcc-4.5.0-do_abi_check-failure.log
Attachment: mysql-5.1.47-gcc-4.5.0-do_abi_check-failure.log (application/octet-stream, text), 26.32 KiB.
[9 Jun 2010 19:42]
Todd Rinaldo
Makefile.in patch for workaround
Attachment: do_abi_check_off.patch (application/octet-stream, text), 1.16 KiB.
[13 Jul 2010 22:30]
Loic Minier
fix abi_check with modern gcc versions
Attachment: mysql-abi-check.diff (text/x-diff), 5.22 KiB.