mirror of
https://github.com/MariaDB/server.git
synced 2025-11-27 05:41:41 +03:00
The fix consists of three commits backported from 10.3: 1) Cleanup isnan() portability checks (cherry picked from commit7ffd7fe962) 2) Cleanup isinf() portability checks Original problem reported by Wlad: re-compilation of 10.3 on top of 10.2 build would cache undefined HAVE_ISINF from 10.2, whereas it is expected to be 1 in 10.3. std::isinf() seem to be available on all supported platforms. (cherry picked from commitbc469a0bdf) 3) Use std::isfinite in C++ code This is addition to parent revision fixing build failures. (cherry picked from commit54999f4e75)
6.8 KiB
6.8 KiB