diff options
author | Sergei Golubchik <sergii@pisem.net> | 2011-07-13 21:10:18 +0200 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2011-07-13 21:10:18 +0200 |
commit | a8446356373e84530a4c83759370178ec2bce571 (patch) | |
tree | 51b83e92f9aa489a3308a6ea66546e06ae025689 /mysys/my_safehash.h | |
parent | aac3a1eac9f6aa347311e7cce7547e269bed5ea0 (diff) | |
download | mariadb-git-a8446356373e84530a4c83759370178ec2bce571.tar.gz |
use PSI wrappers in aria and other non-MySQL code
Diffstat (limited to 'mysys/my_safehash.h')
-rw-r--r-- | mysys/my_safehash.h | 2 |
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; |