mirror of
https://github.com/MariaDB/server.git
synced 2025-01-28 17:54:16 +01:00
bf7cfa2535
Threads can normally exit without a explicit pthread_exit call.
There seem to date to old glibc bugs, many around 2.2.5.
The semi related bug was https://bugs.mysql.com/bug.php?id=82886.
To improve safety in the signal handlers DBUG_* code was removed.
These where also needed to avoid some MSAN unresolved stack issues.
This is effectively a backport of
|
||
---|---|---|
.. | ||
CMakeLists.txt | ||
dummy_builtins.cc | ||
explain_filename-t.cc | ||
mf_iocache-t.cc | ||
my_apc-t.cc | ||
my_json_writer-t.cc |