We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d01a034 commit 5171ab8Copy full SHA for 5171ab8
storage/innobase/handler/ha_innodb.cc
@@ -614,6 +614,7 @@ static PSI_mutex_info all_innodb_mutexes[] = {
614
PSI_KEY(ibuf_bitmap_mutex),
615
PSI_KEY(ibuf_mutex),
616
PSI_KEY(ibuf_pessimistic_insert_mutex),
617
+ PSI_KEY(index_online_log),
618
PSI_KEY(log_sys_mutex),
619
PSI_KEY(log_sys_write_mutex),
620
PSI_KEY(mutex_list_mutex),
@@ -671,7 +672,6 @@ static PSI_rwlock_info all_innodb_rwlocks[] = {
671
672
PSI_RWLOCK_KEY(trx_i_s_cache_lock),
673
PSI_RWLOCK_KEY(trx_purge_latch),
674
PSI_RWLOCK_KEY(index_tree_rw_lock),
- PSI_RWLOCK_KEY(index_online_log),
675
PSI_RWLOCK_KEY(hash_table_locks)
676
};
677
# endif /* UNIV_PFS_RWLOCK */
0 commit comments