1
0
mirror of https://github.com/MariaDB/server.git synced 2025-09-02 09:41:40 +03:00

MDEV-24167: Replace dict_operation_lock (dict_sys.latch)

This commit is contained in:
Marko Mäkelä
2020-11-20 09:31:27 +02:00
parent 06ef5509d0
commit 1a1b7a6f16
17 changed files with 74 additions and 113 deletions

View File

@@ -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/dict_operation_lock
wait/synch/sxlock/innodb/fil_space_latch
wait/synch/sxlock/innodb/fts_cache_init_rw_lock
wait/synch/sxlock/innodb/fts_cache_rw_lock
@@ -23,7 +22,6 @@ where name in
)
order by name;
name
wait/synch/sxlock/innodb/dict_operation_lock
drop table if exists t1;
create table t1(a int) engine=innodb;
begin;