summaryrefslogtreecommitdiff
path: root/db/write_batch_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'db/write_batch_internal.h')
-rw-r--r--db/write_batch_internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/write_batch_internal.h b/db/write_batch_internal.h
index 97292a969..730edca75 100644
--- a/db/write_batch_internal.h
+++ b/db/write_batch_internal.h
@@ -153,7 +153,7 @@ class WriteBatchInternal {
//
// Under concurrent use, the caller is responsible for making sure that
// the memtables object itself is thread-local.
- static Status InsertInto(const autovector<WriteThread::Writer*>& batches,
+ static Status InsertInto(WriteThread::WriteGroup& write_group,
SequenceNumber sequence,
ColumnFamilyMemTables* memtables,
FlushScheduler* flush_scheduler,