summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/index_stats.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/commands/index_stats.cpp')
-rw-r--r--src/mongo/db/commands/index_stats.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/commands/index_stats.cpp b/src/mongo/db/commands/index_stats.cpp
index 196f2c0d4fa..1b0c69e42b2 100644
--- a/src/mongo/db/commands/index_stats.cpp
+++ b/src/mongo/db/commands/index_stats.cpp
@@ -492,7 +492,7 @@ namespace mongo {
out->push_back(Privilege(parseResourcePattern(dbname, cmdObj), actions));
}
- bool run(const string& dbname, BSONObj& cmdObj, int, string& errmsg,
+ bool run(TransactionExperiment* txn, const string& dbname, BSONObj& cmdObj, int, string& errmsg,
BSONObjBuilder& result, bool fromRepl) {
NamespaceString nss( dbname, cmdObj.firstElement().valuestrsafe() );