truncate patch
Summary: omit the override for the previous commit Closes https://github.com/facebook/rocksdb/pull/1898 Differential Revision: D4598743 Pulled By: lightmark fbshipit-source-id: f98a378
This commit is contained in:
parent
1c91104f43
commit
18ba3e2edd
@ -231,7 +231,7 @@ class SpecialEnv : public EnvWrapper {
|
|||||||
return base_->Append(data);
|
return base_->Append(data);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Status PositionedAppend(const Slice& data, uint64_t offset) {
|
Status PositionedAppend(const Slice& data, uint64_t offset) override {
|
||||||
if (env_->table_write_callback_) {
|
if (env_->table_write_callback_) {
|
||||||
(*env_->table_write_callback_)();
|
(*env_->table_write_callback_)();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user