mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +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 | ||
feedback.cc | ||
feedback.h | ||
sender_thread.cc | ||
url_base.cc | ||
url_http.cc | ||
utils.cc |