Skip to content

Commit e95c923

Browse files
committed
Fix prev commit for env_sync0
1 parent 0249583 commit e95c923

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/liblmdb/mdb.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3402,7 +3402,7 @@ mdb_txn_commit(MDB_txn *txn)
34023402
}
34033403
#endif
34043404
if ((rc = mdb_page_flush(txn, 0)) ||
3405-
(rc = mdb_env_sync(env, i)) ||
3405+
(rc = mdb_env_sync0(env, i)) ||
34063406
(rc = mdb_env_write_meta(txn)))
34073407
goto fail;
34083408

0 commit comments

Comments
 (0)