]> git.sur5r.net Git - openldap/commit
Wrap O_DSYNC in MDB_DSYNC.
authorHallvard B Furuseth <h.b.furuseth@usit.uio.no>
Fri, 19 Aug 2011 18:35:25 +0000 (20:35 +0200)
committerHoward Chu <hyc@symas.com>
Thu, 1 Sep 2011 23:31:10 +0000 (16:31 -0700)
commit5b3b522313893982163b59027ab775e488ca868a
treeb3b57e2ee5e32119397cd22432f296cf8fe98be7
parentcb7c95522055c4928a78694605ca1b5cc679b8fc
Wrap O_DSYNC in MDB_DSYNC.

If O_DSYNC is not defined, that may be due to poor compiler options.
We could fall back to the less efficient O_SYNC, but it seems better
to let the user learn of the problem and give better compiler options.
libraries/libmdb/mdb.c