mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
Fix a bunch of mac compilation issues in performance branch
This commit is contained in:
@@ -23,8 +23,7 @@ namespace rocksdb {
|
||||
PlainTableBuilder::PlainTableBuilder(const Options& options,
|
||||
WritableFile* file,
|
||||
int user_key_size, int key_prefix_len) :
|
||||
options_(options), file_(file), user_key_size_(user_key_size),
|
||||
key_prefix_len_(key_prefix_len) {
|
||||
options_(options), file_(file), user_key_size_(user_key_size) {
|
||||
std::string version;
|
||||
PutFixed32(&version, 1 | 0x80000000);
|
||||
file_->Append(Slice(version));
|
||||
|
||||
Reference in New Issue
Block a user