Home
last modified time | relevance | path

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

/rocksdb-6.9/tools/
Ddb_bench_tool.cc4737 SequenceNumber sorted_run_smallest_seqno = kMaxSequenceNumber; in DoDeterministicCompact() local
4742 sorted_run_smallest_seqno = in DoDeterministicCompact()
4743 std::min(sorted_run_smallest_seqno, fileMeta.smallest_seqno); in DoDeterministicCompact()
4774 assert(sorted_run_smallest_seqno == level_smallest_seqno); in DoDeterministicCompact()
4784 assert(sorted_run_smallest_seqno == level0_file.smallest_seqno); in DoDeterministicCompact()