Home
last modified time | relevance | path

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

/rocksdb-6.9/db/db_impl/
Ddb_impl_write.cc1228 auto oldest_log_with_uncommitted_prep = in SwitchWAL() local
1231 assert(oldest_log_with_uncommitted_prep == 0 || in SwitchWAL()
1232 oldest_log_with_uncommitted_prep >= oldest_alive_log); in SwitchWAL()
1233 if (oldest_log_with_uncommitted_prep > 0 && in SwitchWAL()
1234 oldest_log_with_uncommitted_prep == oldest_alive_log) { in SwitchWAL()