mariadb/unittest/mysys
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
..
aes-t.c MDEV-25785 Add support for OpenSSL 3.0 2022-07-04 12:49:11 +02:00
base64-t.c Merge 10.2 into 10.3 2019-05-14 17:18:46 +03:00
bitmap-t.c Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
byte_order-t.c Fixed compiler warnings from gcc 7.4.1 2020-01-29 23:23:55 +02:00
CMakeLists.txt MDEV-34533 asan error about stack overflow when writing record in Aria 2024-10-16 17:24:46 +03:00
crc32-t.c MDEV-33817 preparation: Restructuring and unit tests 2024-05-03 13:06:13 +03:00
dynstring-t.c MDEV-35583 Tests failing on macOS 2024-12-10 11:46:28 +11:00
lf-t.c Merge 10.2 into 10.3 2019-05-14 17:18:46 +03:00
ma_dyncol-t.c MDEV-19897 Rename source code variable names from utf8 to utf8mb3 2019-06-28 12:37:04 +04:00
my_atomic-t.c Shrink my_atomic.h and my_cpu.h scope 2020-04-15 22:23:03 +04:00
my_delete-t.c Update FSF Address 2019-05-11 21:29:06 +03:00
my_getopt-t.c Added 'const' to arguments in get_one_option and find_typeset() 2021-02-08 12:16:29 +02:00
my_malloc-t.c perfschema memory related instrumentation changes 2020-03-10 19:24:22 +01:00
my_rdtsc-t.c Update FSF Address 2019-05-11 21:29:06 +03:00
my_vsnprintf-t.c MDEV-22545: my_vsnprintf behaves not as in C standard 2020-05-24 21:27:08 +02:00
queues-t.c MDEV-34348: Consolidate cmp function declarations 2024-11-23 08:14:22 -07:00
stack_allocation-t.c MDEV-35574 remove obsolete pthread_exit calls 2024-12-10 12:12:20 +11:00
stacktrace-t.c MDEV-34921 MemorySanitizer reports errors for non-debug builds 2024-09-13 14:34:08 +03:00
thr_template.c Merge branch '10.3' into 10.4 2021-12-07 09:47:42 +01:00
waiting_threads-t.c Merge 10.2 into 10.3 2019-05-14 17:18:46 +03:00