summaryrefslogtreecommitdiff
path: root/storage/innobase/include/sync0sync.h
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2020-07-23 09:19:06 +0300
committerMarko Mäkelä <marko.makela@mariadb.com>2020-07-23 09:19:06 +0300
commit5e76e234f5e1821fda291cef4cc77d3ecb4dfcfc (patch)
treea1789512e0f9c549b41e5dd3628e139f297d45f4 /storage/innobase/include/sync0sync.h
parent92014bd1c611fd27c487bcc47a7521baa435214c (diff)
parent5f2628d1eea21d9732f582b77782b072e5e04014 (diff)
downloadmariadb-git-5e76e234f5e1821fda291cef4cc77d3ecb4dfcfc.tar.gz
Merge 10.4 into 10.5
Diffstat (limited to 'storage/innobase/include/sync0sync.h')
-rw-r--r--storage/innobase/include/sync0sync.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/storage/innobase/include/sync0sync.h b/storage/innobase/include/sync0sync.h
index c63fedb43ee..062d7c8a2dc 100644
--- a/storage/innobase/include/sync0sync.h
+++ b/storage/innobase/include/sync0sync.h
@@ -50,7 +50,6 @@ instrumentation due to their large number of instances. */
#ifdef UNIV_PFS_MUTEX
/* Key defines to register InnoDB mutexes with performance schema */
-extern mysql_pfs_key_t autoinc_mutex_key;
extern mysql_pfs_key_t buf_pool_mutex_key;
extern mysql_pfs_key_t cache_last_read_mutex_key;
extern mysql_pfs_key_t dict_foreign_err_mutex_key;
@@ -102,7 +101,6 @@ extern mysql_pfs_key_t event_mutex_key;
extern mysql_pfs_key_t event_manager_mutex_key;
extern mysql_pfs_key_t sync_array_mutex_key;
extern mysql_pfs_key_t thread_mutex_key;
-extern mysql_pfs_key_t zip_pad_mutex_key;
extern mysql_pfs_key_t row_drop_list_mutex_key;
extern mysql_pfs_key_t rw_trx_hash_element_mutex_key;
extern mysql_pfs_key_t read_view_mutex_key;