Details
-
Task
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
Attachments
Issue Links
- causes
-
MDEV-15798 Mutex leak on accessing INFORMATION_SCHEMA.INNODB_MUTEXES
-
- Closed
-
-
MDEV-18343 InnoDB: DEADLOCK of threads detected: Mutex RW_LOCK_LIST / Mutex DICT_SYS upon CREATE TABLE .. SELECT * FROM INFORMATION_SCHEMA.`INNODB_MUTEXES`
-
- Closed
-
- includes
-
MDEV-7109 Add support for INFORMATION_SCHEMA.INNODB_SEMAPHORE_WAITS
-
- Closed
-
- relates to
-
MDEV-24142 rw_lock_t has unnecessarily complex wait logic
-
- Closed
-
-
MDEV-24167 InnoDB unnecessarily uses complex rw-lock implementation
-
- Closed
-
Activity
Field | Original Value | New Value |
---|---|---|
Status | Open [ 1 ] | In Progress [ 3 ] |
Fix Version/s | 10.1.4 [ 18400 ] | |
Fix Version/s | 10.1.3 [ 18000 ] | |
Resolution | Fixed [ 1 ] | |
Status | In Progress [ 3 ] | Closed [ 6 ] |
Fix Version/s | 10.1.3 [ 18000 ] | |
Fix Version/s | 10.1.4 [ 18400 ] |
Workflow | MariaDB v2 [ 59100 ] | MariaDB v3 [ 65008 ] |
Link |
This issue causes |
Link |
This issue causes |
Link |
This issue relates to |
Link |
This issue relates to |
Fix Version/s | 10.5.0 [ 23709 ] | |
Fix Version/s | 10.4.0 [ 23115 ] | |
Fix Version/s | 10.3.0 [ 22127 ] | |
Fix Version/s | 10.2.0 [ 20700 ] | |
Labels | not-10.6 |
Workflow | MariaDB v3 [ 65008 ] | MariaDB v4 [ 132499 ] |
Starting with MariaDB 10.2.2, INFORMATION_SCHEMA.INNODB_MUTEXES only reported information about rw-locks, not mutexes. The rw-lock output was removed in MariaDB 10.6.0 in
MDEV-24167andMDEV-24142, and the entire view INFORMATION_SCHEMA.INNODB_MUTEXES was removed inMDEV-24142.