Bug #60911 | Avoid compiler warnings if _XOPEN_SOURCE or isoctal are already defined | ||
---|---|---|---|
Submitted: | 18 Apr 2011 21:08 | Modified: | 28 Feb 2013 15:41 |
Reporter: | Paul Green (OCA) | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Compiling | Severity: | S3 (Non-critical) |
Version: | 5.6.2-m5 | OS: | Any |
Assigned to: | CPU Architecture: | Any | |
Tags: | Contribution |
[18 Apr 2011 21:08]
Paul Green
[18 Apr 2011 21:09]
Paul Green
Patches to correct compilation warnings
Attachment: mysql.60911.diff (application/octet-stream, text), 1.49 KiB.
[27 Apr 2011 17:47]
Valeriy Kravchuk
Thank you for the problem report and patch contributed.
[26 Feb 2013 15:28]
Tor Didriksen
the _XOPEN_SOURCE #define went away with the patch for Bug#55713 innochecksum is NOT built with large file support enabled
[28 Feb 2013 15:41]
Paul DuBois
Noted in 5.6.11, 5.7.1 changelogs. Fixed warnings when compiling when the _XOPEN_SOURCE or isoctal macro was already defined in the environment.