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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user