summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/merge_chunks_cmd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/commands/merge_chunks_cmd.cpp')
-rw-r--r--src/mongo/db/commands/merge_chunks_cmd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/commands/merge_chunks_cmd.cpp b/src/mongo/db/commands/merge_chunks_cmd.cpp
index 189608f4026..d7c39a6ecd5 100644
--- a/src/mongo/db/commands/merge_chunks_cmd.cpp
+++ b/src/mongo/db/commands/merge_chunks_cmd.cpp
@@ -80,7 +80,7 @@ namespace mongo {
static BSONField<string> shardNameField;
static BSONField<string> configField;
- bool run( const string& dbname,
+ bool run(TransactionExperiment* txn, const string& dbname,
BSONObj& cmdObj,
int,
string& errmsg,