summaryrefslogtreecommitdiff
path: root/db/flush_job_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'db/flush_job_test.cc')
-rw-r--r--db/flush_job_test.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/db/flush_job_test.cc b/db/flush_job_test.cc
index 0b9a12703..75590ec65 100644
--- a/db/flush_job_test.cc
+++ b/db/flush_job_test.cc
@@ -97,7 +97,8 @@ TEST_F(FlushJobTest, Empty) {
TEST_F(FlushJobTest, NonEmpty) {
JobContext job_context(0);
auto cfd = versions_->GetColumnFamilySet()->GetDefault();
- auto new_mem = cfd->ConstructNewMemtable(*cfd->GetLatestMutableCFOptions());
+ auto new_mem = cfd->ConstructNewMemtable(*cfd->GetLatestMutableCFOptions(),
+ kMaxSequenceNumber);
new_mem->Ref();
std::map<std::string, std::string> inserted_keys;
for (int i = 1; i < 10000; ++i) {