diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2020-12-03 14:49:41 +0200 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2020-12-03 15:28:53 +0200 |
commit | ba2d45dc540ff942ba11941800ee1aab749784ca (patch) | |
tree | 3abb69e2a1d0c568558ddb472f66412a6ec7006d /mysql-test/unstable-tests | |
parent | 9702be2c73c493b28a5607c7755a8447a42536f8 (diff) | |
download | mariadb-git-ba2d45dc540ff942ba11941800ee1aab749784ca.tar.gz |
MDEV-24142: Remove INFORMATION_SCHEMA.INNODB_MUTEXES
Let us remove sux_lock::waits and the associated bookkeeping.
Starting with commit 1669c8890ca2e9092213626e5b047e58ca8b1e77
the PERFORMANCE_SCHEMA instrumentation interface is keeping
track of lock waits.
The view INFORMATION_SCHEMA.INNODB_MUTEXES only exported counts
of rw-lock waits.
Also, SHOW ENGINE INNODB MUTEX will no longer export any information
about rw-locks.
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 71996e68964..c903b3af5e1 100644 --- a/mysql-test/unstable-tests +++ b/mysql-test/unstable-tests @@ -462,7 +462,6 @@ innodb.innodb_information_schema_buffer : MDEV-23418 - Wrong result innodb.innodb_max_recordsize_32k : MDEV-14801 - Operation failed innodb.innodb_max_recordsize_64k : MDEV-15203 - Wrong result innodb.innodb_monitor : MDEV-10939 - Testcase timeout -innodb.innodb_mutexes : MDEV-23416 - Extra warning innodb.innodb_mysql : MDEV-19873 - Wrong result innodb.innodb_scrub : Modified in 10.5.7 innodb.innodb_simulate_comp_failures_small : MDEV-20526 - ASAN use-after-poison |