Home
last modified time | relevance | path

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

/rocksdb-6.9/db/
Dwrite_batch_internal.h180 SequenceNumber* next_seq = nullptr, bool* has_valid_writes = nullptr,
Dwrite_batch.cc1275 bool* has_valid_writes = nullptr, bool seq_per_batch = false, in MemTableInserter() argument
1287 has_valid_writes_(has_valid_writes), in MemTableInserter()
2033 bool* has_valid_writes, bool seq_per_batch, bool batch_per_txn) { in InsertInto() argument
2037 concurrent_memtable_writes, has_valid_writes, in InsertInto()
/rocksdb-6.9/db/db_impl/
Ddb_impl_secondary.cc255 bool has_valid_writes = false; in RecoverLogFiles() local
260 next_sequence, &has_valid_writes, seq_per_batch_, batch_per_txn_); in RecoverLogFiles()
Ddb_impl_open.cc940 bool has_valid_writes = false; in RecoverLogFiles() local
945 &has_valid_writes, seq_per_batch_, batch_per_txn_); in RecoverLogFiles()
954 if (has_valid_writes && !read_only) { in RecoverLogFiles()