symisc / unqlite

An Embedded NoSQL, Transactional Database Engine
https://unqlite.symisc.net
Other
2.11k stars 164 forks source link

add compiler options to conditionally open directory file descriptor #111

Closed PeterBee97 closed 4 years ago

PeterBee97 commented 4 years ago

This PR adds compiler option UNQLITE_DISABLE_DIRSYNC before opening file descriptor on directories, completing the logic of this compiler option.