From 750dea991cfa27e84fb3e3deacdf2f8e292571bb Mon Sep 17 00:00:00 2001 From: Jack Mulrow Date: Thu, 6 Sep 2018 16:56:34 -0400 Subject: SERVER-36557 Compute atClusterTime when killCursors is the first command in a sharded transaction --- src/mongo/db/commands/killcursors_common.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/mongo/db/commands/killcursors_common.h') diff --git a/src/mongo/db/commands/killcursors_common.h b/src/mongo/db/commands/killcursors_common.h index 9816296142e..c968a0e5600 100644 --- a/src/mongo/db/commands/killcursors_common.h +++ b/src/mongo/db/commands/killcursors_common.h @@ -69,10 +69,10 @@ public: const std::string& dbname, const BSONObj& cmdObj) const final; - bool run(OperationContext* opCtx, - const std::string& dbname, - const BSONObj& cmdObj, - BSONObjBuilder& result) final; + bool runImpl(OperationContext* opCtx, + const std::string& dbname, + const BSONObj& cmdObj, + BSONObjBuilder& result); private: /** -- cgit v1.2.1