Home
last modified time | relevance | path

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

/rocksdb-6.9/db/
Dversion_edit_handler.h90 bool no_error_if_table_files_missing_; variable
Dversion_edit_handler.cc25 no_error_if_table_files_missing_(no_error_if_table_files_missing), in VersionEditHandler()
412 if (s.IsPathNotFound() && no_error_if_table_files_missing_) { in LoadTables()