[MDEV-11500] Remove my_isinf() and HAVE_ISINF Created: 2016-12-07 Updated: 2019-04-02 Resolved: 2019-04-02 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Server |
| Fix Version/s: | 10.3.8, 10.4.0 |
| Type: | Task | Priority: | Minor |
| Reporter: | Marko Mäkelä | Assignee: | Sergey Vojtovich |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | C99, portability | ||
| Issue Links: |
|
||||||||
| Description |
|
MySQL Bug#14862 was filed because MySQL failed to compile using certain GCC versions on certain Solaris versions, because the C99 library function isinf() was missing. The function was available when building with the Sun Forte compiler. I think that MariaDB Server 10.3 should target C++11 and C99, and therefore the code changes can be reverted. |
| Comments |
| Comment by Marko Mäkelä [ 2019-04-02 ] |
|
Fixed quite a while ago. |