mirror of
https://github.com/MariaDB/server.git
synced 2026-05-05 14:45:31 +02:00
fixes for windows
This commit is contained in:
parent
8ccb262d05
commit
b54ac0728d
4 changed files with 8 additions and 8 deletions
|
|
@ -80,7 +80,7 @@ typedef struct st_wt_resource {
|
|||
in the sense that lf_hash_insert() won't memcpy() over them.
|
||||
See wt_init().
|
||||
*/
|
||||
pthread_rwlock_t lock;
|
||||
rw_lock_t lock;
|
||||
pthread_cond_t cond;
|
||||
DYNAMIC_ARRAY owners;
|
||||
} WT_RESOURCE;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue