summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/working_set.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/exec/working_set.cpp')
-rw-r--r--src/mongo/db/exec/working_set.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/exec/working_set.cpp b/src/mongo/db/exec/working_set.cpp
index c88775669df..c07beee9361 100644
--- a/src/mongo/db/exec/working_set.cpp
+++ b/src/mongo/db/exec/working_set.cpp
@@ -226,7 +226,7 @@ void WorkingSetMember::serialize(BufBuilder& buf) const {
}
if (hasRecordId()) {
- buf.appendNum(recordId.repr());
+ buf.appendNum(recordId.as<int64_t>());
}
_metadata.serializeForSorter(buf);