mariadb/unittest/sql
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-23766: Re-add Json_writer unit test. 2021-11-09 17:07:23 +02:00
dummy_builtins.cc improve build, allow sql library to be built in parallel with builtins 2021-11-09 17:02:45 +02:00
explain_filename-t.cc MDEV-19897 Rename source code variable names from utf8 to utf8mb3 2019-06-28 12:37:04 +04:00
mf_iocache-t.cc Merge branch '10.2' into 10.3 2020-11-14 09:57:22 +01:00
my_apc-t.cc MDEV-35574 remove obsolete pthread_exit calls 2024-12-10 12:12:20 +11:00
my_json_writer-t.cc MDEV-35583 Tests failing on macOS 2024-12-10 11:46:28 +11:00