mariadb/libmysqld/examples
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
..
builder-sample Update FSF Address 2019-05-11 21:29:06 +03:00
CMakeLists.txt mysqltest crashes on Debian 2020-01-16 18:13:55 +01:00
test-run Update FSF Address 2019-05-11 21:29:06 +03:00