mirror of
https://github.com/google/leveldb.git
synced 2026-08-18 10:33:27 +08:00
Merge pull request #1008 from pkasting:main
PiperOrigin-RevId: 447466466
This commit is contained in:
@@ -144,8 +144,6 @@ struct LEVELDB_EXPORT Options {
|
||||
|
||||
// Options that control read operations
|
||||
struct LEVELDB_EXPORT ReadOptions {
|
||||
ReadOptions() = default;
|
||||
|
||||
// If true, all data read from underlying storage will be
|
||||
// verified against corresponding checksums.
|
||||
bool verify_checksums = false;
|
||||
|
||||
Reference in New Issue
Block a user