mariadb/client
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
..
async_example.c MWL#192: non-blocking client API, after-review fixes. 2012-01-06 12:43:18 +01:00
client_priv.h MDEV-20477 Merge binlog extended metadata support from the upstream 2019-09-11 15:09:35 +05:30
CMakeLists.txt mysqltest crashes on Debian 2020-01-16 18:13:55 +01:00
completion_hash.cc Merge 10.2 into 10.3 2019-05-14 17:18:46 +03:00
completion_hash.h Update FSF Address 2019-05-11 21:29:06 +03:00
echo.c Update FSF Address 2019-05-11 21:29:06 +03:00
mariadb-conv.cc A cleanup for MDEV-17088 Provide tools to encode/decode mysql-encoded file system names 2019-12-06 10:27:59 +04:00
my_readline.h Update FSF Address 2019-05-11 21:29:06 +03:00
mysql.cc Merge 10.4 into 10.5 2019-12-16 07:47:17 +02:00
mysql_plugin.c MDEV-12684 Show what config file a sysvar got a value from 2019-10-14 10:29:30 +02:00
mysql_upgrade.c MDEV-21062 Do not use popen() in text mode for mysql_upgrade. 2019-11-22 09:40:21 +01:00
mysqladmin.cc MDEV-12684 Show what config file a sysvar got a value from 2019-10-14 10:29:30 +02:00
mysqlbinlog.cc MDEV-12684 Show what config file a sysvar got a value from 2019-10-14 10:29:30 +02:00
mysqlcheck.c MDEV-12684 Show what config file a sysvar got a value from 2019-10-14 10:29:30 +02:00
mysqldump.c Merge 10.4 into 10.5 2019-12-16 07:47:17 +02:00
mysqlimport.c MDEV-12684 Show what config file a sysvar got a value from 2019-10-14 10:29:30 +02:00
mysqlshow.c MDEV-12684 Show what config file a sysvar got a value from 2019-10-14 10:29:30 +02:00
mysqlslap.c MDEV-12684 Show what config file a sysvar got a value from 2019-10-14 10:29:30 +02:00
mysqltest.cc MDEV-14024 PCRE2. 2019-12-21 10:34:02 +01:00
readline.cc Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
sql_string.cc.dontuse Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
sql_string.h.dontuse Update FSF Address 2019-05-11 21:29:06 +03:00