mariadb/storage/heap
Vlad Lesin 6718d3bc32 MDEV-21082: isnan/isinf compilation errors, isfinite warnings on MacOS
The fix consists of three commits backported from 10.3:

1) Cleanup isnan() portability checks

(cherry picked from commit 7ffd7fe962)

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 commit bc469a0bdf)

3) Use std::isfinite in C++ code

This is addition to parent revision fixing build failures.

(cherry picked from commit 54999f4e75)
2019-11-19 16:28:15 +03:00
..
mysql-test/mtr2 overlay support for mysql-test-run and mysqltest 2012-02-23 07:50:11 +01:00
_check.c Merge 5.5 into 10.1 2019-11-06 08:17:03 +02:00
_rectest.c Update FSF Address 2019-05-11 21:29:06 +03:00
ChangeLog
CMakeLists.txt Update FSF Address 2019-05-11 21:29:06 +03:00
ha_heap.cc Merge branch '10.1' into 10.2 2019-10-30 21:33:01 +01:00
ha_heap.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
heapdef.h imporve clang build 2019-06-25 13:21:36 +03:00
hp_block.c Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
hp_clear.c Update FSF Address 2019-05-11 21:29:06 +03:00
hp_close.c MDEV-18783 - Server crash in hp_rb_make_key 2019-10-30 12:52:19 +04:00
hp_create.c Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
hp_delete.c Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
hp_extra.c Update FSF Address 2019-05-11 21:29:06 +03:00
hp_hash.c MDEV-21082: isnan/isinf compilation errors, isfinite warnings on MacOS 2019-11-19 16:28:15 +03:00
hp_info.c Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
hp_open.c Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
hp_panic.c Update FSF Address 2019-05-11 21:29:06 +03:00
hp_rename.c Update FSF Address 2019-05-11 21:29:06 +03:00
hp_rfirst.c Update FSF Address 2019-05-11 21:29:06 +03:00
hp_rkey.c Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
hp_rlast.c Update FSF Address 2019-05-11 21:29:06 +03:00
hp_rnext.c Update FSF Address 2019-05-11 21:29:06 +03:00
hp_rprev.c Update FSF Address 2019-05-11 21:29:06 +03:00
hp_rrnd.c Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
hp_rsame.c Update FSF Address 2019-05-11 21:29:06 +03:00
hp_scan.c MDEV-15458 Segfault in heap_scan() upon UPDATE after ADD SYSTEM VERSIONING 2019-08-20 15:37:08 +02:00
hp_static.c Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
hp_test1.c Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
hp_test2.c Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
hp_update.c Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
hp_write.c Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00