diff options
Diffstat (limited to 'src/mongo/s/commands/cluster_coll_stats_cmd.cpp')
| -rw-r--r-- | src/mongo/s/commands/cluster_coll_stats_cmd.cpp | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/mongo/s/commands/cluster_coll_stats_cmd.cpp b/src/mongo/s/commands/cluster_coll_stats_cmd.cpp index d3067b4769e..f85ae09aeb2 100644 --- a/src/mongo/s/commands/cluster_coll_stats_cmd.cpp +++ b/src/mongo/s/commands/cluster_coll_stats_cmd.cpp @@ -232,10 +232,8 @@ public: opCtx, this, CommandHelpers::filterCommandRequestForPassthrough(cmdObjToSend)), ReadPreferenceSetting::get(opCtx), Shard::RetryPolicy::kIdempotent, - {} /*query*/, - {} /*collation*/, - boost::none /*letParameters*/, - boost::none /*runtimeConstants*/); + {}, + {}); BSONObjBuilder shardStats; std::map<std::string, long long> counts; |
