mariadb/cmake
Lawrin Novitsky 1ff476b415 MDEV-29490 Renaming internally used client API to avoid name conflicts
with C/C.
The patch introduces mariadb_capi_rename.h which is included into
mysql.h. The hew header contains macro definitions for the names being
renamed. In versions 10.6+(i.e. where sql service exists) the renaming
condition in the mariadb_capi_rename.h should be added with
&& !defined(MYSQL_DYNAMIC_PLUGIN)
and look like
The patch also contains removal of mysql.h from the api check.

Disabling false_duper-6543 test for embedded.

ha_federated.so uses C API. C API functions are being renamed in the server,
but not renamed in embedded, since embedded server library should have proper
C API, as expected by programs using it.
Thus the same ha_federated.so cannot work both for server and embedded
server library.

As all federated tests are already disabled for embedded,
federated isn't supposed to work for embedded anyway, and thus the test
is being disabled.
2022-10-25 14:00:21 +02:00
..
build_configurations mysql_release: treat alma|rocky as centos|rhel 2022-09-13 16:29:25 +02:00
Internal/CPack fix srpm builds after fe065f8d90 2021-12-06 18:50:19 +01:00
os MDEV-28592 disks plugin - getmntinfo (BSD) & getmntent (AIX) 2022-08-31 10:32:04 +10:00
abi_check.cmake MDEV-29490 Renaming internally used client API to avoid name conflicts 2022-10-25 14:00:21 +02:00
build_depends.cmake MDEV-19740 Debug build of 10.3.15 FTBFS 2019-08-19 10:38:24 +03:00
character_sets.cmake Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
check_compiler_flag.cmake Merge 10.1 into 10.2 2019-06-12 10:30:01 +03:00
check_linker_flag.cmake MDEV-23887: check_linker_flags correct for old cmake compatibility 2020-10-21 19:11:02 +11:00
compile_flags.cmake Update FSF Address 2019-05-11 21:29:06 +03:00
configurable_file_content.in
configure.pl Merge 10.2 into 10.3 2020-07-02 06:17:51 +03:00
cpack_deb.cmake simplify CMakeLists.txt for cassandra/connect engines 2013-09-25 19:32:14 +02:00
cpack_rpm.cmake MDEV-29522 RocksDB RPM doesn't get built on Rocky Linux and Alma 2022-09-13 08:56:18 +02:00
cpack_source_ignore_files.cmake don't include .git files in source packages 2020-05-27 15:56:40 +02:00
cpack_tgz.cmake MDEV-14938 make buildbot to include galera into bintars 2022-01-07 15:37:00 +01:00
cpu_info.cmake cmake: fewer Build-Depends in SRPM 2021-05-22 21:56:51 +02:00
crc32.cmake Make MariaDB CRC32-lib platform independence (#780) 2018-06-01 14:06:01 +04:00
create_initial_db.cmake Merge 10.2 into 10.3 2019-05-14 17:18:46 +03:00
ctest.cmake Revert "MDEV-16075: Workaround to run MTR test suite for make test" 2018-06-20 23:27:23 +02:00
do_abi_check.cmake MDEV-20392: Skip ABI check if 'diff' is not found 2021-06-10 12:47:01 +02:00
dtrace.cmake Merge 10.2 into 10.3 2020-07-02 06:17:51 +03:00
dtrace_prelink.cmake Merge 10.2 into 10.3 2019-05-14 17:18:46 +03:00
FindBISON.cmake cmake: quieter 2020-05-31 11:29:43 +02:00
FindGit.cmake cmake: silence repeated git searches too 2021-05-22 21:56:51 +02:00
FindJava.cmake cmake: fix FindJava/FindJNI wrappers for cmake re-runs 2021-05-22 21:56:51 +02:00
FindJNI.cmake MDEV-25777: JAVA_INCLUDE_PATH and JAVA_INCLUDE_PATH2 not found with out of source configuration and Ninja generator 2021-06-04 10:52:18 +02:00
FindLZ4.cmake make rocksdb cmake checks less verbose on repeat 2020-07-01 09:21:23 +02:00
FindZSTD.cmake make rocksdb cmake checks less verbose on repeat 2020-07-01 09:21:23 +02:00
for_clients.cmake Merge branch '10.2' into 10.3 2021-07-21 20:11:07 +02:00
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 10.2 into 10.3 2020-04-28 22:29:13 +03:00
install_macros.cmake Merge 10.2 into 10.3 2021-11-17 13:55:54 +02:00
jemalloc.cmake Merge 10.2 into 10.3 2021-07-22 18:57:54 +03:00
libutils.cmake Fix of ppc64 by Wlad 2021-05-05 17:21:05 +02:00
maintainer.cmake Merge 10.2 into 10.3 2021-04-14 07:54:43 +03:00
make_dist.cmake.in Merge branch '10.2' into 10.3 2021-02-23 21:43:05 +02:00
mariadb_connector_c.cmake MDEV-22123 On RHEL8 mariadb-server is not provided 2020-05-09 20:06:10 +02:00
merge_archives_unix.cmake Merge 10.2 into 10.3 2019-05-14 17:18:46 +03:00
misc.cmake cleanup: CPACK_RPM_* package description 2019-07-10 09:02:10 +02:00
mysql_add_executable.cmake Fix typos in the codebase. 2022-08-09 18:41:09 +03:00
mysql_version.cmake Merge 10.2 into 10.3 2019-07-16 18:39:21 +03:00
numa.cmake Merge 10.2 into 10.3 2021-07-22 18:57:54 +03:00
package_name.cmake Merge 10.2 into 10.3 2021-08-25 07:28:04 +03:00
pcre.cmake MDEV-13412 main.func_regexp_pcre fails in buildbot on ppc64le 2017-10-09 17:51:34 +02:00
plugin.cmake Merge 10.2 into 10.3 2021-08-18 12:26:58 +03:00
readline.cmake Fix typos in the codebase. 2022-08-09 18:41:09 +03:00
sign.cmake.in Fix typos in the codebase. 2022-08-09 18:41:09 +03:00
ssl.cmake Merge branch '10.2' into 10.3 2022-01-29 15:41:05 +01:00
stack_direction.c Update FSF Address 2019-05-11 21:29:06 +03:00
submodules.cmake MDEV-28032 "git submodule update --depth 1" may fail with old Git 2022-03-19 09:38:57 +01:00
systemd.cmake Updated comment in systemd.cmake 2022-01-27 16:07:02 +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 MDEV-12207 Include windows compatibility manifest into executable to make GetVersionEx work correctly 2017-03-08 11:20:03 +00:00
wsrep.cmake Add feature summary at the end of cmake. 2021-07-21 10:22:56 +03:00
zlib.cmake Fix typos in the codebase. 2022-08-09 18:41:09 +03:00