mariadb/libmysqld
Sergei Golubchik ff5a528f26 mysqltest crashes on Debian
Debian is apparently offended that pcre2-posix implements POSIX API,
thus it renames all posix-compatible symbols in libpcre2-posix to have the
PCRE2 prefix. But Debian doesn't do anything to pcre2posix.h header,
so any unaware application will get POSIX compatible type names
and function prototypes from pcre2, but actual symbols will come
from libc.

To remedy this enormous incongruity we have to redefine POSIX-compatible
function names in pcre2posix to match Debian's hack.
2020-01-16 18:13:55 +01:00
..
examples mysqltest crashes on Debian 2020-01-16 18:13:55 +01:00
client_settings.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
CMakeLists.txt MDEV-21327 : MDL wait notification for innodb background threadpool 2020-01-12 21:34:59 +01:00
emb_qcache.cc Merge 10.2 into 10.3 2019-05-14 17:18:46 +03:00
emb_qcache.h Merge 10.2 into 10.3 2019-05-14 17:18:46 +03:00
embedded_priv.h Update FSF Address 2019-05-11 21:29:06 +03:00
lib_sql.cc Merge 10.4 into 10.5 2019-09-06 17:16:40 +03:00
libmysql.c Added s3_debug to be able to debug s3 connections 2019-06-25 13:09:06 +03:00
libmysqld.c Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
libmysqld.def merge with 5.3 2011-10-19 21:45:18 +02:00
libmysqld.rc
resource.h