mirror of
https://github.com/MariaDB/server.git
synced 2025-01-30 18:41:56 +01:00
38fd7b7d91
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
15 lines
594 B
Modula-2
15 lines
594 B
Modula-2
##############################################################################
|
|
#
|
|
# List the test cases that are to be disabled temporarily.
|
|
#
|
|
# Separate the test case name and the comment with ':'.
|
|
#
|
|
# <testcasename> : BUG#<xxxx> <date disabled> <disabler> <comment>
|
|
#
|
|
# Do not use any TAB characters for whitespace.
|
|
#
|
|
##############################################################################
|
|
|
|
all_vars: obsolete, see sysvars_* tests
|
|
innodb_buffer_pool_dump_pct_function: MDEV-11454 follow-up needed (unstable)
|
|
innodb_fatal_semaphore_wait_threshold : MDEV-21452 TODO: lock_sys.mutex
|