summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/process_interface_standalone.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/pipeline/process_interface_standalone.h')
-rw-r--r--src/mongo/db/pipeline/process_interface_standalone.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mongo/db/pipeline/process_interface_standalone.h b/src/mongo/db/pipeline/process_interface_standalone.h
index 1569e090c89..8d7cf4693c4 100644
--- a/src/mongo/db/pipeline/process_interface_standalone.h
+++ b/src/mongo/db/pipeline/process_interface_standalone.h
@@ -88,6 +88,9 @@ public:
Status appendRecordCount(OperationContext* opCtx,
const NamespaceString& nss,
BSONObjBuilder* builder) const final;
+ Status appendQueryExecStats(OperationContext* opCtx,
+ const NamespaceString& nss,
+ BSONObjBuilder* builder) const final override;
BSONObj getCollectionOptions(const NamespaceString& nss) final;
void renameIfOptionsAndIndexesHaveNotChanged(OperationContext* opCtx,
const BSONObj& renameCommandObj,