summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/plan_cache_commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/commands/plan_cache_commands.h')
-rw-r--r--src/mongo/db/commands/plan_cache_commands.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/commands/plan_cache_commands.h b/src/mongo/db/commands/plan_cache_commands.h
index 1c1de2da9f5..8e7eb9667a4 100644
--- a/src/mongo/db/commands/plan_cache_commands.h
+++ b/src/mongo/db/commands/plan_cache_commands.h
@@ -58,7 +58,7 @@ namespace mongo {
* implement plan cache command functionality.
*/
- bool run(TransactionExperiment* txn, const std::string& dbname, BSONObj& cmdObj, int options,
+ bool run(OperationContext* txn, const std::string& dbname, BSONObj& cmdObj, int options,
std::string& errmsg, BSONObjBuilder& result, bool fromRepl);
virtual bool isWriteCommandForConfigServer() const;