mariadb/extra
Marko Mäkelä 863c3eda87 MDEV-28689, MDEV-28690: Incorrect error handling for ctrl_mutex
comp_thread_ctxt_t: Remove ctrl_mutex, ctrl_cond, started. We do not
actually need them for anything.

destroy_worker_thread(): Split from destroy_worker_threads().

create_worker_threads(): We already initialize
thd->data_avail=FALSE and thd->cancelled=FALSE before
invoking pthread_create(). If any thread creation fails,
clean up by destroy_worker_thread().

compress_worker_thread_func(): Assume that thd->started and
thd->data_avail are already initialized.

Reviewed by: Vladislav Vaintroub
2022-05-30 15:49:45 +03:00
..
crc32-vpmsum MDEV-21984: POWER crc32 acceleration - fix clang's behavior on versions >= 7 2020-04-13 14:32:10 +03:00
mariabackup MDEV-28689, MDEV-28690: Incorrect error handling for ctrl_mutex 2022-05-30 15:49:45 +03:00
readline Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
yassl Merge branch 10.2 into 10.3 2021-12-23 14:14:04 +01:00
charset2html.c Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
CMakeLists.txt Merge 10.2 into 10.3 2019-05-14 17:18:46 +03:00
comp_err.c Merge 10.2 into 10.3 2020-05-25 19:41:58 +03:00
innochecksum.cc Merge 10.2 into 10.3 2022-04-06 08:06:35 +03:00
my_print_defaults.c MDEV-25354: Fix my_print_defaults wording 2021-04-14 14:57:32 +10:00
mysql_waitpid.c Update FSF Address 2019-05-11 21:29:06 +03:00
mysqld_safe_helper.c mysqld_safe_help - remove warning 2017-04-30 15:06:01 +04:00
perror.c Merge 10.2 into 10.3 2019-05-14 17:18:46 +03:00
replace.c Merge 10.2 into 10.3 2019-05-14 17:18:46 +03:00
resolve_stack_dump.c Fixed memory leaks in resolve_stack_dump 2020-04-18 11:51:42 +03:00
resolveip.c Merge 10.2 into 10.3 2019-05-14 17:18:46 +03:00