Home
last modified time | relevance | path

Searched refs:verify_checksums_ (Results 1 – 2 of 2) sorted by relevance

/rocksdb-6.9/include/rocksdb/
Dtransaction_log.h113 bool verify_checksums_; member
115 ReadOptions() : verify_checksums_(true) {} in ReadOptions()
118 : verify_checksums_(verify_checksums) {} in ReadOptions()
/rocksdb-6.9/db/
Dtransaction_log_impl.cc311 read_options_.verify_checksums_, log_file->LogNumber())); in OpenLogReader()