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 /mysql-test/unstable-tests | |
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 'mysql-test/unstable-tests')
-rw-r--r-- | mysql-test/unstable-tests | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mysql-test/unstable-tests b/mysql-test/unstable-tests index c903b3af5e1..758e6557bd2 100644 --- a/mysql-test/unstable-tests +++ b/mysql-test/unstable-tests @@ -469,7 +469,6 @@ innodb.innodb_stats : MDEV-10682 - wrong result innodb.innodb_stats_drop_locked : Modified in 10.5.7 innodb.innodb_stats_persistent : MDEV-21567 - Wrong result in execution plan innodb.innodb_stats_persistent_debug : MDEV-14801 - Operation failed -innodb.innodb_sys_semaphore_waits : MDEV-10331 - Semaphore wait innodb.innodb_trx_weight : Configuration deleted in 10.5.7 innodb.innodb_zip_innochecksum2 : MDEV-13882 - Warning: difficult to find free blocks innodb.instant_alter_bugs : Modified in 10.5.7 |