summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/sync_tail_test_fixture.h
diff options
context:
space:
mode:
authorJudah Schvimer <judah@mongodb.com>2018-02-13 11:42:41 -0500
committerJudah Schvimer <judah@mongodb.com>2018-02-16 09:10:21 -0500
commit97fc082fcf2abc9428de053f88967b848ba36c7f (patch)
treebcde3adfe9f07f0ccc386ea06033d7bf7064a7cd /src/mongo/db/repl/sync_tail_test_fixture.h
parent8b988b2219e7d41bc0fcf5ae35dede6d658bcd9e (diff)
downloadmongo-97fc082fcf2abc9428de053f88967b848ba36c7f.tar.gz
SERVER-33290 secondaries must set multikey before releasing parallel batch writer mutex
Diffstat (limited to 'src/mongo/db/repl/sync_tail_test_fixture.h')
-rw-r--r--src/mongo/db/repl/sync_tail_test_fixture.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/repl/sync_tail_test_fixture.h b/src/mongo/db/repl/sync_tail_test_fixture.h
index 435f126d877..cc8fb3b44c4 100644
--- a/src/mongo/db/repl/sync_tail_test_fixture.h
+++ b/src/mongo/db/repl/sync_tail_test_fixture.h
@@ -58,7 +58,7 @@ protected:
ReplicationProcess* _replicationProcess = nullptr;
// Implements the MultiApplier::ApplyOperationFn interface and does nothing.
- static Status noopApplyOperationFn(MultiApplier::OperationPtrs*) {
+ static Status noopApplyOperationFn(MultiApplier::OperationPtrs*, WorkerMultikeyPathInfo*) {
return Status::OK();
}