summaryrefslogtreecommitdiff
path: root/storage/innobase/include/dict0dict.h
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2019-09-27 07:15:07 +0300
committerMarko Mäkelä <marko.makela@mariadb.com>2019-09-27 07:15:07 +0300
commit72f671ab7b57ccd0fb0ed2d944081c8be894dac8 (patch)
tree46acfc2128e85d52ffabbf3bff0acf291c7aa8b9 /storage/innobase/include/dict0dict.h
parent08de2540acc6a9e1aa24f26a18ac467ffc8284fd (diff)
parent1f4ee3fa5a80e9715b0dc77b72fabb95a4045745 (diff)
downloadmariadb-git-72f671ab7b57ccd0fb0ed2d944081c8be894dac8.tar.gz
Merge 10.4 into 10.5
Diffstat (limited to 'storage/innobase/include/dict0dict.h')
-rw-r--r--storage/innobase/include/dict0dict.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/storage/innobase/include/dict0dict.h b/storage/innobase/include/dict0dict.h
index 6f2a8f034d8..feb757a4666 100644
--- a/storage/innobase/include/dict0dict.h
+++ b/storage/innobase/include/dict0dict.h
@@ -910,24 +910,6 @@ inline ulint dict_table_extent_size(const dict_table_t* table)
return FSP_EXTENT_SIZE;
}
-/*********************************************************************//**
-Obtain exclusive locks on all index trees of the table. This is to prevent
-accessing index trees while InnoDB is updating internal metadata for
-operations such as truncate tables. */
-UNIV_INLINE
-void
-dict_table_x_lock_indexes(
-/*======================*/
- dict_table_t* table) /*!< in: table */
- MY_ATTRIBUTE((nonnull));
-/*********************************************************************//**
-Release the exclusive locks on all index tree. */
-UNIV_INLINE
-void
-dict_table_x_unlock_indexes(
-/*========================*/
- dict_table_t* table) /*!< in: table */
- MY_ATTRIBUTE((nonnull));
/********************************************************************//**
Checks if a column is in the ordering columns of the clustered index of a
table. Column prefixes are treated like whole columns.