From 0824934423af310fed58e5ac367f42a39ba78834 Mon Sep 17 00:00:00 2001 From: Aaron Gao Date: Wed, 22 Feb 2017 10:21:39 -0800 Subject: [PATCH] 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 --- db/db_test_util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/db_test_util.h b/db/db_test_util.h index 550eaf326..45f4016d3 100644 --- a/db/db_test_util.h +++ b/db/db_test_util.h @@ -231,7 +231,7 @@ class SpecialEnv : public EnvWrapper { 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_) { (*env_->table_write_callback_)(); }