diff options
author | Thirunarayanan Balathandayuthapani <thiru@mariadb.com> | 2020-07-23 16:23:20 +0530 |
---|---|---|
committer | Thirunarayanan Balathandayuthapani <thiru@mariadb.com> | 2020-07-23 16:23:20 +0530 |
commit | fe39d02f51b96536dccca7ff89faf05e13548877 (patch) | |
tree | e14c5c497029395c666f3724b1beece9ab81a48e /extra/mariabackup/ds_compress.h | |
parent | b3dd95e035c10ad30c52f582ce519b1713c37262 (diff) | |
download | mariadb-git-fe39d02f51b96536dccca7ff89faf05e13548877.tar.gz |
MDEV-20638 Remove the deadcode from srv_master_thread() and srv_active_wake_master_thread_low()
- Due to commit fe95cb2e40d73adbbe88efa0e7f48c055ccd042f (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
Diffstat (limited to 'extra/mariabackup/ds_compress.h')
0 files changed, 0 insertions, 0 deletions