summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/killcursors_common.h
diff options
context:
space:
mode:
authorJack Mulrow <jack.mulrow@mongodb.com>2018-09-06 16:56:34 -0400
committerJack Mulrow <jack.mulrow@mongodb.com>2018-09-07 10:06:19 -0400
commit750dea991cfa27e84fb3e3deacdf2f8e292571bb (patch)
treea032364e3aa16d84be0ac641835d3c590f46765b /src/mongo/db/commands/killcursors_common.h
parent688d4fb9a0d2ab17d37c3f5ca52d4af0a3b04764 (diff)
downloadmongo-750dea991cfa27e84fb3e3deacdf2f8e292571bb.tar.gz
SERVER-36557 Compute atClusterTime when killCursors is the first command in a sharded transaction
Diffstat (limited to 'src/mongo/db/commands/killcursors_common.h')
-rw-r--r--src/mongo/db/commands/killcursors_common.h8
1 files changed, 4 insertions, 4 deletions
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:
/**