mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
MDEV-24142: Remove INFORMATION_SCHEMA.INNODB_MUTEXES
Let us remove sux_lock::waits and the associated bookkeeping.
Starting with commit 1669c8890c
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.
This commit is contained in:
@ -27,5 +27,4 @@ select * from information_schema.innodb_sys_foreign;
|
||||
select * from information_schema.innodb_sys_foreign_cols;
|
||||
select * from information_schema.innodb_sys_tablespaces;
|
||||
select * from information_schema.innodb_tablespaces_encryption;
|
||||
select * from information_schema.innodb_mutexes;
|
||||
select * from information_schema.innodb_sys_semaphore_waits;
|
||||
|
Reference in New Issue
Block a user