mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
MDEV-24167: Replace fil_space::latch
We must avoid acquiring a latch while we are already holding one. The tablespace latch was being acquired recursively in some operations that allocate or free pages.
This commit is contained in:
@@ -7,7 +7,6 @@ TRUNCATE TABLE performance_schema.events_waits_current;
|
||||
select name from performance_schema.setup_instruments
|
||||
where name like "wait/synch/sxlock/%" order by name;
|
||||
name
|
||||
wait/synch/sxlock/innodb/fil_space_latch
|
||||
wait/synch/sxlock/innodb/index_tree_rw_lock
|
||||
select name from performance_schema.rwlock_instances
|
||||
where name in
|
||||
|
Reference in New Issue
Block a user