mariadb/cmake
Karthik Kamath e6cb263ef3 MDEV-15961: Fix stacktraces under FreeBSD (aarch64)
Largely based on MySQL commit
75271e51d6

MySQL Ref:
    BUG#24566529: BACKPORT BUG#23575445 TO 5.6

    (cut)
    Also, the PTR_SANE macro which tries to check if a pointer
    is invalid (used when printing pointer values in stack traces)
    gave false negatives on OSX/FreeBSD. On these platforms we
    now simply check if the pointer is non-null. This also removes
    a sbrk() deprecation warning when building on OS X. (It was
    before only disabled with building using XCode).

Removed execinfo path of MySQL patch that was already included.

sbrk doesn't exist on FreeBSD aarch64.

Removed HAVE_BSS_START based detection and replaced with __linux__
as it doesn't exist on OSX, Solaris or Windows.  __bss_start
exists on mutiple Linux architectures.

Tested on FreeBSD and Linux x86_64. Being in FreeBSD ports for 2
years implies a good testing there on all FreeBSD architectures there
too. MySQL-8.0.21 code is functionally identical to original commit.
2020-07-28 11:10:25 +10:00
..
build_configurations MDEV-23114 AUTH_PAM plugin can not be disabled when using mysql_release config 2020-07-07 17:59:47 +03:00
os MDEV-15961: Fix stacktraces under FreeBSD (aarch64) 2020-07-28 11:10:25 +10:00
abi_check.cmake Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
bison.cmake Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
build_depends.cmake MDEV-7066 No Source RPMs ... (and so no "yum-builddep MariaDB-server" either) 2019-03-27 22:51:37 +01:00
bzip2.cmake Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
cat.cmake Update FSF Address 2019-05-11 21:29:06 +03:00
character_sets.cmake Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
check_compiler_flag.cmake MDEV-17103 MY_CHECK_{C,CXX}_COMPILER_FLAG do not work on with localized gcc 2019-06-05 19:42:55 +02:00
check_linker_flag.cmake check_linker_flag: use for linker flags 2020-07-15 09:23:53 +03:00
check_minimal_version.cmake Update FSF Address 2019-05-11 21:29:06 +03:00
cmake_parse_arguments.cmake Update FSF Address 2019-05-11 21:29:06 +03:00
compile_flags.cmake Update FSF Address 2019-05-11 21:29:06 +03:00
configurable_file_content.in
configure.pl mtr: use env for perl 2020-06-23 03:24:46 +02:00
cpack_deb.cmake
cpack_rpm.cmake MDEV-21437 MariaDB's SUSE/SLES packages don't "provide" all of the same capabilities as the platform's default packages 2020-05-05 19:37:01 +02:00
cpack_source_ignore_files.cmake Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
CPackRPM.cmake
cpu_info.cmake Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
create_initial_db.cmake.in Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
ctest.cmake
do_abi_check.cmake Update FSF Address 2019-05-11 21:29:06 +03:00
dtrace.cmake Disable dtrace probes on Windows. 2020-06-20 01:02:05 +02:00
dtrace_prelink.cmake Update FSF Address 2019-05-11 21:29:06 +03:00
for_clients.cmake
info_bin.cmake Update FSF Address 2019-05-11 21:29:06 +03:00
info_macros.cmake.in Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
info_src.cmake Update FSF Address 2019-05-11 21:29:06 +03:00
install_layout.cmake Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
install_macros.cmake MDEV-22078 MariaDB-compat missing from MariaDB 10.4 CentOS 8 Yum Repo 2020-04-27 09:11:29 +02:00
jemalloc.cmake
libutils.cmake Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
lz4.cmake Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
lzma.cmake Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
lzo.cmake Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
maintainer.cmake MDEV-19740: Have MYSQL_MAINTAINER_MODE only enable -Werror 2020-04-01 15:16:11 +03:00
make_dist.cmake.in Update FSF Address 2019-05-11 21:29:06 +03:00
merge_archives_unix.cmake.in Update FSF Address 2019-05-11 21:29:06 +03:00
mysql_add_executable.cmake Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
mysql_version.cmake Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
package_name.cmake Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
pcre.cmake
plugin.cmake Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
readline.cmake Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
sign.cmake.in
snappy.cmake Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
ssl.cmake Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
stack_direction.c Update FSF Address 2019-05-11 21:29:06 +03:00
systemd.cmake MDEV-19481 mariadb-10.3.15-linux-systemd-x86_64/bin/mysqld: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.20' and 'GLIBCXX_3.4.21' not found 2019-07-04 18:19:52 +02:00
tags.cmake Update FSF Address 2019-05-11 21:29:06 +03:00
versioninfo.rc.in Update FSF Address 2019-05-11 21:29:06 +03:00
win_compatibility.manifest
wsrep.cmake Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
zlib.cmake Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00