diff options
Diffstat (limited to 'src/mongo/db/pipeline/document_source_index_stats.cpp')
| -rw-r--r-- | src/mongo/db/pipeline/document_source_index_stats.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mongo/db/pipeline/document_source_index_stats.cpp b/src/mongo/db/pipeline/document_source_index_stats.cpp index 139fdde3bca..bd4ee6bf760 100644 --- a/src/mongo/db/pipeline/document_source_index_stats.cpp +++ b/src/mongo/db/pipeline/document_source_index_stats.cpp @@ -78,8 +78,7 @@ intrusive_ptr<DocumentSource> DocumentSourceIndexStats::createFromBson( return new DocumentSourceIndexStats(pExpCtx); } -Value DocumentSourceIndexStats::serialize( - boost::optional<ExplainOptions::Verbosity> explain) const { +Value DocumentSourceIndexStats::serialize(const SerializationOptions& opts) const { return Value(DOC(getSourceName() << Document())); } } // namespace mongo |
