mariadb/plugin/feedback
Daniel Black bf7cfa2535 MDEV-35574 remove obsolete pthread_exit calls
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 2719cc4925.
2024-12-10 12:12:20 +11:00
..
CMakeLists.txt MDEV-33091 pcre2 headers aren't found on Solaris 2024-09-05 12:14:06 +10:00
feedback.cc MDEV-34494 Add server_uid global variable and add it to error log at startup 2024-07-02 11:26:13 +03:00
feedback.h MDEV-34494 Add server_uid global variable and add it to error log at startup 2024-07-02 11:26:13 +03:00
sender_thread.cc MDEV-35574 remove obsolete pthread_exit calls 2024-12-10 12:12:20 +11:00
url_base.cc perfschema memory related instrumentation changes 2020-03-10 19:24:22 +01:00
url_http.cc MDEV-33746 Supply missing override markings 2024-06-20 11:32:13 -04:00
utils.cc MDEV-34494 Add server_uid global variable and add it to error log at startup 2024-07-02 11:26:13 +03:00