[MDEV-11451] Multiple isinf || isnan function calls which is equal to !isfinite Created: 2016-12-02 Updated: 2016-12-07 Resolved: 2016-12-07 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Server, Storage Engine - InnoDB |
| Affects Version/s: | 10.2.2 |
| Fix Version/s: | 10.2.3 |
| Type: | Bug | Priority: | Major |
| Reporter: | Daniel Black | Assignee: | Marko Mäkelä |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | contribution, foundation | ||
| Environment: |
all |
||
| Issue Links: |
|
||||||||
| Description |
|
There a probably compiler options available if a single function call is used. upstream: https://github.com/mysql/mysql-server/pull/114 |