summaryrefslogtreecommitdiff
path: root/storage/innobase/include/fts0types.h
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2020-09-30 13:26:46 +0300
committerMarko Mäkelä <marko.makela@mariadb.com>2020-09-30 13:26:46 +0300
commitcd5f4d2a5939aa047734f023b28462c65f3e4569 (patch)
treef08313f8ff111687fdd4d7b5f6775c29a0a638e5 /storage/innobase/include/fts0types.h
parentaa2f263e595624bb64ddd31ce081126381f86a39 (diff)
downloadmariadb-git-cd5f4d2a5939aa047734f023b28462c65f3e4569.tar.gz
Cleanup: Remove unused fts_cache_t::optimize_lock
This has been unused from the very beginning (mysql/mysql-server@d5e512ae7e37cd1f70c44a3f12205d70b13118ab).
Diffstat (limited to 'storage/innobase/include/fts0types.h')
-rw-r--r--storage/innobase/include/fts0types.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/storage/innobase/include/fts0types.h b/storage/innobase/include/fts0types.h
index 44c3ab77695..f5760a16c0e 100644
--- a/storage/innobase/include/fts0types.h
+++ b/storage/innobase/include/fts0types.h
@@ -131,8 +131,6 @@ struct fts_cache_t {
intialization, it has different
SYNC level as above cache lock */
- ib_mutex_t optimize_lock; /*!< Lock for OPTIMIZE */
-
ib_mutex_t deleted_lock; /*!< Lock covering deleted_doc_ids */
ib_mutex_t doc_id_lock; /*!< Lock covering Doc ID */