summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands/cluster_index_filter_cmd.cpp
diff options
context:
space:
mode:
authorHari Khalsa <hkhalsa@10gen.com>2014-05-15 13:26:48 -0400
committerHari Khalsa <hkhalsa@10gen.com>2014-05-15 13:56:05 -0400
commit4de88387eec6c0bb08b10d0ba1574a656f56232d (patch)
tree7fdc9a0acd251b5b8b0a8f3de45ce1c2ecf7e94c /src/mongo/s/commands/cluster_index_filter_cmd.cpp
parent71cbb04eb8262b0bdf255056f26101466c11b43d (diff)
downloadmongo-4de88387eec6c0bb08b10d0ba1574a656f56232d.tar.gz
SERVER-13641 rename TransactionExperiment to OperationContext
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 3e40a657a2d..10855e96aaa 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(TransactionExperiment* txn, const std::string& dbname,
+ bool run(OperationContext* 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(TransactionExperiment* txn, const std::string& dbName,
+ bool ClusterIndexFilterCmd::run(OperationContext* txn, const std::string& dbName,
BSONObj& cmdObj,
int options,
std::string& errMsg,