Searched refs:has_valid_writes (Results 1 – 4 of 4) sorted by relevance
| /rocksdb-6.9/db/ |
| D | write_batch_internal.h | 180 SequenceNumber* next_seq = nullptr, bool* has_valid_writes = nullptr,
|
| D | write_batch.cc | 1275 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/ |
| D | db_impl_secondary.cc | 255 bool has_valid_writes = false; in RecoverLogFiles() local 260 next_sequence, &has_valid_writes, seq_per_batch_, batch_per_txn_); in RecoverLogFiles()
|
| D | db_impl_open.cc | 940 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()
|