mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Update src/rocksdb2 to rocksdb-3.5.1:
Merge commit 'c168d54495d7d7b84639514f6443ad99b89ce996' into develop
This commit is contained in:
@@ -26,7 +26,7 @@ class PlainTableKeyEncoder {
|
||||
fixed_user_key_len_(user_key_len),
|
||||
prefix_extractor_(prefix_extractor),
|
||||
index_sparseness_((index_sparseness > 1) ? index_sparseness : 1),
|
||||
key_count_for_prefix_(0) {}
|
||||
key_count_for_prefix(0) {}
|
||||
// key: the key to write out, in the format of internal key.
|
||||
// file: the output file to write out
|
||||
// offset: offset in the file. Needs to be updated after appending bytes
|
||||
@@ -45,7 +45,7 @@ class PlainTableKeyEncoder {
|
||||
uint32_t fixed_user_key_len_;
|
||||
const SliceTransform* prefix_extractor_;
|
||||
const size_t index_sparseness_;
|
||||
size_t key_count_for_prefix_;
|
||||
size_t key_count_for_prefix;
|
||||
IterKey pre_prefix_;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user