summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/op_observer_sharding_impl.h
diff options
context:
space:
mode:
authorBlake Oler <blake.oler@mongodb.com>2019-03-05 12:38:48 -0500
committerBlake Oler <blake.oler@mongodb.com>2019-03-20 10:41:44 -0400
commit38c94f316b167e4b54b54ba8d12dbec33c7c5165 (patch)
tree6656b2d16ebd2b250204fec9d53839b9a081d555 /src/mongo/db/s/op_observer_sharding_impl.h
parenta29bc63851e6af79dea0dead43dcba163bceaec9 (diff)
downloadmongo-38c94f316b167e4b54b54ba8d12dbec33c7c5165.tar.gz
SERVER-39935 Don't pass in optime when migrating transaction statements
Diffstat (limited to 'src/mongo/db/s/op_observer_sharding_impl.h')
-rw-r--r--src/mongo/db/s/op_observer_sharding_impl.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mongo/db/s/op_observer_sharding_impl.h b/src/mongo/db/s/op_observer_sharding_impl.h
index 45efefdc262..5232c8f92d9 100644
--- a/src/mongo/db/s/op_observer_sharding_impl.h
+++ b/src/mongo/db/s/op_observer_sharding_impl.h
@@ -65,9 +65,7 @@ protected:
const repl::OpTime& preImageOpTime,
const bool inMultiDocumentTransaction) override;
void shardObserveTransactionPrepareOrUnpreparedCommit(
- OperationContext* opCtx,
- const std::vector<repl::ReplOperation>& stmts,
- const repl::OpTime& opTime) override;
+ OperationContext* opCtx, const std::vector<repl::ReplOperation>& stmts) override;
};
} // namespace mongo