projects
/
platform
/
upstream
/
lmdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
0018eeb
)
Fix prev commit for env_sync0
author
Howard Chu
<hyc@openldap.org>
Sun, 21 Dec 2014 00:13:50 +0000
(
00:13
+0000)
committer
Howard Chu
<hyc@openldap.org>
Sun, 21 Dec 2014 00:13:50 +0000
(
00:13
+0000)
libraries/liblmdb/mdb.c
patch
|
blob
|
history
diff --git
a/libraries/liblmdb/mdb.c
b/libraries/liblmdb/mdb.c
index d9ab5bd3830919a8e7ada7c2f969c6e4719e81dd..002d88bd3e3791580bce36411fe80875ad7418b5 100644
(file)
--- a/
libraries/liblmdb/mdb.c
+++ b/
libraries/liblmdb/mdb.c
@@
-3467,7
+3467,7
@@
mdb_txn_commit(MDB_txn *txn)
}
#endif
if ((rc = mdb_page_flush(txn, 0)) ||
}
#endif
if ((rc = mdb_page_flush(txn, 0)) ||
- (rc = mdb_env_sync(env, i)) ||
+ (rc = mdb_env_sync
0
(env, i)) ||
(rc = mdb_env_write_meta(txn)))
goto fail;
(rc = mdb_env_write_meta(txn)))
goto fail;