Home
last modified time | relevance | path

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

/rocksdb-6.9/db/
Dflush_job_test.cc283 uint64_t smallest_memtable_id = memtable_ids.front(); in TEST_F() local
284 uint64_t flush_memtable_id = smallest_memtable_id + num_mems_to_flush - 1; in TEST_F()