mariadb/extra
Marko Mäkelä 38fd7b7d91 MDEV-21452: Replace all direct use of os_event_t
Let us replace os_event_t with mysql_cond_t, and replace the
necessary ib_mutex_t with mysql_mutex_t so that they can be
used with condition variables.

Also, let us replace polling (os_thread_sleep() or timed waits)
with plain mysql_cond_wait() wherever possible.

Furthermore, we will use the lightweight srw_mutex for trx_t::mutex,
to hopefully reduce contention on lock_sys.mutex.

FIXME: Add test coverage of
mariabackup --backup --kill-long-queries-timeout
2020-12-15 17:56:17 +02:00
..
aws_sdk MDEV-23539: aws key plugin - fails to build 2020-10-26 14:59:42 +11:00
mariabackup MDEV-21452: Replace all direct use of os_event_t 2020-12-15 17:56:17 +02:00
readline Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
wolfssl Fix the WolfSSL build on FreeBSD 2020-09-23 09:29:05 +03:00
charset2html.c Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
CMakeLists.txt MDEV-19935 Create unified CRC-32 interface 2020-09-17 16:07:37 +02:00
comp_err.c Fixed wrong free in comp_err 2020-07-23 10:54:33 +03:00
innochecksum.cc MDEV-19935 Create unified CRC-32 interface 2020-09-17 16:07:37 +02:00
my_print_defaults.c perfschema memory related instrumentation changes 2020-03-10 19:24:22 +01:00
mysql_waitpid.c MDEV-12684 Show what config file a sysvar got a value from 2019-10-14 10:29:30 +02:00
mysqld_safe_helper.c mysqld_safe_help - remove warning 2017-04-30 15:06:01 +04:00
perror.c Merge 10.4 into 10.5 2019-11-19 10:45:28 +08:00
replace.c Fixed access to undefined memory found by valgrind and MSAN 2020-05-23 12:29:10 +03:00
resolve_stack_dump.c Merge 10.4 into 10.5 2020-04-25 21:57:52 +03:00
resolveip.c MDEV-12684 Show what config file a sysvar got a value from 2019-10-14 10:29:30 +02:00