summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/plan_stats.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/exec/plan_stats.h')
-rw-r--r--src/mongo/db/exec/plan_stats.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/db/exec/plan_stats.h b/src/mongo/db/exec/plan_stats.h
index 6f621872985..d7336e79a31 100644
--- a/src/mongo/db/exec/plan_stats.h
+++ b/src/mongo/db/exec/plan_stats.h
@@ -411,6 +411,7 @@ struct DeleteStats : public SpecificStats {
}
size_t docsDeleted = 0u;
+ size_t bytesDeleted = 0u;
};
struct BatchedDeleteStats : public DeleteStats {