mariadb/extra
Thirunarayanan Balathandayuthapani fe39d02f51 MDEV-20638 Remove the deadcode from srv_master_thread() and srv_active_wake_master_thread_low()
- Due to commit fe95cb2e40 (MDEV-16125),
InnoDB master thread does not need to call srv_resume_thread()
and therefore there is no need to wake up the thread.
Due to the above patch, InnoDB should remove the following dead code.

srv_check_activity(): Makes the parameter as in,out and returns the
recent activity value

innobase_active_small(): Removed

srv_active_wake_master_thread(): Removed

srv_wake_master_thread(): Removed

srv_active_wake_master_thread_low(): Removed

Simplify srv_master_thread() and remove switch cases, added the assert.

Replace srv_wake_master_thread() with srv_inc_activity_count()

INNOBASE_WAKE_INTERVAL: Removed
2020-07-23 16:23:20 +05:30
..
crc32-vpmsum
mariabackup MDEV-20638 Remove the deadcode from srv_master_thread() and srv_active_wake_master_thread_low() 2020-07-23 16:23:20 +05:30
readline
yassl Merge 10.1 into 10.2 2020-07-01 12:03:55 +03:00
charset2html.c
CMakeLists.txt Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
comp_err.c MDEV-22545: my_vsnprintf behaves not as in C standard 2020-05-24 21:27:08 +02:00
innochecksum.cc MDEV-19740: Silence a bogus "may be uninitialized" warning 2019-08-15 15:58:37 +03:00
my_print_defaults.c
mysql_waitpid.c
mysqld_safe_helper.c
perror.c Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
replace.c
resolve_stack_dump.c Fixed memory leaks in resolve_stack_dump 2020-04-18 11:51:42 +03:00
resolveip.c