summaryrefslogtreecommitdiff
path: root/storage/innobase/include/hash0hash.ic
diff options
context:
space:
mode:
Diffstat (limited to 'storage/innobase/include/hash0hash.ic')
-rw-r--r--storage/innobase/include/hash0hash.ic4
1 files changed, 2 insertions, 2 deletions
diff --git a/storage/innobase/include/hash0hash.ic b/storage/innobase/include/hash0hash.ic
index 1e5474601d5..254f3f82e5d 100644
--- a/storage/innobase/include/hash0hash.ic
+++ b/storage/innobase/include/hash0hash.ic
@@ -150,7 +150,7 @@ hash_get_heap(
Gets the nth mutex in a hash table.
@return mutex */
UNIV_INLINE
-mutex_t*
+ib_mutex_t*
hash_get_nth_mutex(
/*===============*/
hash_table_t* table, /*!< in: hash table */
@@ -168,7 +168,7 @@ hash_get_nth_mutex(
Gets the mutex for a fold value in a hash table.
@return mutex */
UNIV_INLINE
-mutex_t*
+ib_mutex_t*
hash_get_mutex(
/*===========*/
hash_table_t* table, /*!< in: hash table */