diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2020-12-04 18:07:25 +0200 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2020-12-15 17:56:17 +0200 |
commit | db006a9a43b6e68c4b92d2762043fa76b313623c (patch) | |
tree | 0fb86f11c7d61fc57256a8115cb5aa6e92249737 /sql/upgrade_conf_file.cc | |
parent | 38fd7b7d9170369b16ff553f01669182e70bc9b5 (diff) | |
download | mariadb-git-db006a9a43b6e68c4b92d2762043fa76b313623c.tar.gz |
MDEV-21452: Remove os_event_t, MUTEX_EVENT, TTASEventMutex, sync_array
We will default to MUTEXTYPE=sys (using OSTrackMutex) for those
ib_mutex_t that have not been replaced yet.
The view INFORMATION_SCHEMA.INNODB_SYS_SEMAPHORE_WAITS is removed.
The parameter innodb_sync_array_size is removed.
FIXME: innodb_fatal_semaphore_wait_threshold will no longer be enforced.
We should enforce it for lock_sys.mutex and dict_sys.mutex somehow!
innodb_sync_debug=ON might still cover ib_mutex_t.
Diffstat (limited to 'sql/upgrade_conf_file.cc')
-rw-r--r-- | sql/upgrade_conf_file.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/upgrade_conf_file.cc b/sql/upgrade_conf_file.cc index e2db046a372..09bd2866798 100644 --- a/sql/upgrade_conf_file.cc +++ b/sql/upgrade_conf_file.cc @@ -123,6 +123,7 @@ static const char *removed_variables[] = "innodb_stats_sample_pages", "innodb_stats_update_need_lock", "innodb_support_xa", +"innodb_sync_array_size", "innodb_thread_concurrency", "innodb_thread_concurrency_timer_based", "innodb_thread_sleep_delay", |