forked from bitcoin/bitcoin
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
leveldb: Win32WritableFile without memory mapping
Use a straightforward Win32WritableFile for writing files, equivalent to PosixWritableFile in posix_env.cc, but using only the Win32 API. The goal is to solve leveldb corruption issues on windows after crashes, which are frequently reported.
- Loading branch information
Showing
1 changed file
with
39 additions
and
197 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters