Home
last modified time | relevance | path

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

/rocksdb-6.9/db/
Dcolumn_family.cc690 auto current_log = GetLogNumber(); in OldestLogToKeep() local
698 if (imm_prep_log > 0 && imm_prep_log < current_log) { in OldestLogToKeep()
699 current_log = imm_prep_log; in OldestLogToKeep()
702 if (mem_prep_log > 0 && mem_prep_log < current_log) { in OldestLogToKeep()
703 current_log = mem_prep_log; in OldestLogToKeep()
707 return current_log; in OldestLogToKeep()