Home
last modified time | relevance | path

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

/rocksdb-6.9/tools/
Dldb_cmd_impl.h312 bool is_write_committed_; // default will be set to true variable
Dldb_cmd.cc2276 is_write_committed_(false) {
2288 is_write_committed_ = ParseBooleanOption(options, ARG_WRITE_COMMITTED, true);
2308 is_write_committed_, &exec_state_); in DoCommand()