mirror of
https://github.com/MariaDB/server.git
synced 2025-09-02 09:41:40 +03:00
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.
This commit is contained in:
@@ -5049,6 +5049,7 @@ static int init_server_components()
|
||||
MARIADB_REMOVED_OPTION("innodb-replication-delay"),
|
||||
MARIADB_REMOVED_OPTION("innodb-scrub-log"),
|
||||
MARIADB_REMOVED_OPTION("innodb-scrub-log-speed"),
|
||||
MARIADB_REMOVED_OPTION("innodb-sync-array-size"),
|
||||
MARIADB_REMOVED_OPTION("innodb-thread-concurrency"),
|
||||
MARIADB_REMOVED_OPTION("innodb-thread-sleep-delay"),
|
||||
MARIADB_REMOVED_OPTION("innodb-undo-logs"),
|
||||
|
@@ -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",
|
||||
|
Reference in New Issue
Block a user