summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands/cluster_index_filter_cmd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/s/commands/cluster_index_filter_cmd.cpp')
-rw-r--r--src/mongo/s/commands/cluster_index_filter_cmd.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/s/commands/cluster_index_filter_cmd.cpp b/src/mongo/s/commands/cluster_index_filter_cmd.cpp
index 5b46edb4e99..3e40a657a2d 100644
--- a/src/mongo/s/commands/cluster_index_filter_cmd.cpp
+++ b/src/mongo/s/commands/cluster_index_filter_cmd.cpp
@@ -79,7 +79,7 @@ namespace mongo {
}
// Cluster plan cache command entry point.
- bool run( const std::string& dbname,
+ bool run(TransactionExperiment* txn, const std::string& dbname,
BSONObj& cmdObj,
int options,
std::string& errmsg,
@@ -105,7 +105,7 @@ namespace mongo {
// Cluster index filter command implementation(s) below
//
- bool ClusterIndexFilterCmd::run( const std::string& dbName,
+ bool ClusterIndexFilterCmd::run(TransactionExperiment* txn, const std::string& dbName,
BSONObj& cmdObj,
int options,
std::string& errMsg,