summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_change_stream.h
diff options
context:
space:
mode:
authorMindaugas Malinauskas <mindaugas.malinauskas@mongodb.com>2022-02-08 17:01:49 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-02-09 15:36:16 +0000
commit88d59bfe9d5ee2c9938ae251f7a77a8bf1250a6b (patch)
tree11f60598f603a8d18811cddf690145e266de8433 /src/mongo/db/pipeline/document_source_change_stream.h
parent2ad330e831461b8451979716faf27a34af9bb8d2 (diff)
downloadmongo-88d59bfe9d5ee2c9938ae251f7a77a8bf1250a6b.tar.gz
SERVER-58694 Implement writing of pre-images for transactional update/replace/delete operations
Diffstat (limited to 'src/mongo/db/pipeline/document_source_change_stream.h')
-rw-r--r--src/mongo/db/pipeline/document_source_change_stream.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/db/pipeline/document_source_change_stream.h b/src/mongo/db/pipeline/document_source_change_stream.h
index 1c9a6765f24..6b3b6d8539c 100644
--- a/src/mongo/db/pipeline/document_source_change_stream.h
+++ b/src/mongo/db/pipeline/document_source_change_stream.h
@@ -187,6 +187,7 @@ public:
static constexpr StringData kLsidField = "lsid"_sd;
static constexpr StringData kTxnOpIndexField = "txnOpIndex"_sd;
static constexpr StringData kApplyOpsIndexField = "applyOpsIndex"_sd;
+ static constexpr StringData kApplyOpsTsField = "applyOpsTs"_sd;
static constexpr StringData kRawOplogUpdateSpecField = "rawOplogUpdateSpec"_sd;
// The target namespace of a rename operation.