summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec
diff options
context:
space:
mode:
authorDianna Hohensee <dianna.hohensee@mongodb.com>2022-12-30 14:38:46 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-12-30 15:35:36 +0000
commit72ed3c5a8debbaeaf634fd58317743c724575b74 (patch)
tree09327636aebaaeb4982ee6e4351a2091e3cb8732 /src/mongo/db/exec
parentcc1670141ae42ae681bb3625d98db9f9b94a286a (diff)
downloadmongo-72ed3c5a8debbaeaf634fd58317743c724575b74.tar.gz
SERVER-69275 initialize _rowId private member variable of ColumnScanStage
Diffstat (limited to 'src/mongo/db/exec')
-rw-r--r--src/mongo/db/exec/sbe/stages/column_scan.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/exec/sbe/stages/column_scan.h b/src/mongo/db/exec/sbe/stages/column_scan.h
index f389222abfc..edca0c09164 100644
--- a/src/mongo/db/exec/sbe/stages/column_scan.h
+++ b/src/mongo/db/exec/sbe/stages/column_scan.h
@@ -254,7 +254,7 @@ private:
// The record id in the row store that is used to connect the per-path entries in the columnar
// index and to retrieve the full record from the row store, if necessary.
RecordId _recordId;
- RowId _rowId;
+ RowId _rowId = ColumnStore::kNullRowId;
const boost::optional<value::SlotId> _recordIdSlot;
// The object that is equivalent to the record from the associated row store when accessing