Home
last modified time | relevance | path

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

/rocksdb-6.9/examples/
Dmulti_processes_example.cc349 DB* verification_db = nullptr; in RunSecondary() local
351 &verification_db); in RunSecondary()
353 Iterator* iter1 = verification_db->NewIterator(ropts); in RunSecondary()
375 delete verification_db; in RunSecondary()