Home
last modified time | relevance | path

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

/rocksdb-6.9/port/win/
Denv_win.cc275 bool reopen) { in OpenWritableFile() argument
308 if (reopen) { in OpenWritableFile()
333 if (reopen) { in OpenWritableFile()
Denv_win.h103 bool reopen);
/rocksdb-6.9/db_stress_tool/
Ddb_stress_gflags.cc345 DEFINE_int32(reopen, 10, "Number of times database reopens");
Ddb_stress_common.h144 DECLARE_int32(reopen);
/rocksdb-6.9/env/
Dfs_posix.cc266 bool reopen, in OpenWritableFile() argument
272 int flags = (reopen) ? (O_CREAT | O_APPEND) : (O_CREAT | O_TRUNC); in OpenWritableFile()
/rocksdb-6.9/
DHISTORY.md918 …to be large and CompactRange(<cf_handle>, nullptr, nullptr, true, 0) and reopen the DB with the sa…