mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
MDEV-24167: Replace trx_i_s_cache_lock
This commit is contained in:
@@ -12,7 +12,6 @@ wait/synch/sxlock/innodb/fil_space_latch
|
||||
wait/synch/sxlock/innodb/fts_cache_init_rw_lock
|
||||
wait/synch/sxlock/innodb/fts_cache_rw_lock
|
||||
wait/synch/sxlock/innodb/index_tree_rw_lock
|
||||
wait/synch/sxlock/innodb/trx_i_s_cache_lock
|
||||
wait/synch/sxlock/innodb/trx_purge_latch
|
||||
select name from performance_schema.rwlock_instances
|
||||
where name in
|
||||
@@ -26,7 +25,6 @@ where name in
|
||||
order by name;
|
||||
name
|
||||
wait/synch/sxlock/innodb/dict_operation_lock
|
||||
wait/synch/sxlock/innodb/trx_i_s_cache_lock
|
||||
wait/synch/sxlock/innodb/trx_purge_latch
|
||||
drop table if exists t1;
|
||||
create table t1(a int) engine=innodb;
|
||||
|
Reference in New Issue
Block a user