summaryrefslogtreecommitdiff
path: root/mysys/my_safehash.h
diff options
context:
space:
mode:
Diffstat (limited to 'mysys/my_safehash.h')
-rw-r--r--mysys/my_safehash.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysys/my_safehash.h b/mysys/my_safehash.h
index b5c0ca6634b..e52fee68b57 100644
--- a/mysys/my_safehash.h
+++ b/mysys/my_safehash.h
@@ -39,7 +39,7 @@ typedef struct st_safe_hash_entry
typedef struct st_safe_hash_with_default
{
- rw_lock_t mutex;
+ mysql_rwlock_t mutex;
HASH hash;
uchar *default_value;
SAFE_HASH_ENTRY *root;