summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/update_stage.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/exec/update_stage.h')
-rw-r--r--src/mongo/db/exec/update_stage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/exec/update_stage.h b/src/mongo/db/exec/update_stage.h
index 93936166544..24beae7ffaa 100644
--- a/src/mongo/db/exec/update_stage.h
+++ b/src/mongo/db/exec/update_stage.h
@@ -47,7 +47,7 @@ struct PlanSummaryStats;
struct UpdateStageParams {
UpdateStageParams(const UpdateRequest* r, UpdateDriver* d, OpDebug* o)
- : request(r), driver(d), opDebug(o), canonicalQuery(NULL) {}
+ : request(r), driver(d), opDebug(o), canonicalQuery(nullptr) {}
// Contains update parameters like whether it's a multi update or an upsert. Not owned.
// Must outlive the UpdateStage.