Home
last modified time | relevance | path

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

/rocksdb-6.9/db_stress_tool/
Dcf_consistency_stress.cc508 DB* db_ptr = cmp_db_ ? cmp_db_ : db_; in ContinuouslyVerifyDb() local
511 db_ptr->ReleaseSnapshot(ss); in ContinuouslyVerifyDb()
514 db_ptr->GetSnapshot(), ss_deleter); in ContinuouslyVerifyDb()
542 std::unique_ptr<Iterator> it(db_ptr->NewIterator(ropts)); in ContinuouslyVerifyDb()
548 if (cfh == db_ptr->DefaultColumnFamily()) { in ContinuouslyVerifyDb()
551 std::unique_ptr<Iterator> it(db_ptr->NewIterator(ropts, cfh)); in ContinuouslyVerifyDb()