summaryrefslogtreecommitdiff
path: root/src/mongo/s/transaction_router.h
diff options
context:
space:
mode:
authorCheahuychou Mao <mao.cheahuychou@gmail.com>2021-10-28 15:15:58 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-10-29 00:50:10 +0000
commitd8083ac44ef62344c778bfee6f619cb79f9433b0 (patch)
treef9ee87c0d8a978ebba20f182337dfccdb251dd51 /src/mongo/s/transaction_router.h
parent4e04c860df75edf6b8bd1de205de0f379f67ea25 (diff)
downloadmongo-d8083ac44ef62344c778bfee6f619cb79f9433b0.tar.gz
SERVER-58756 Support retrying internal transactions for retryable writes
Diffstat (limited to 'src/mongo/s/transaction_router.h')
-rw-r--r--src/mongo/s/transaction_router.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mongo/s/transaction_router.h b/src/mongo/s/transaction_router.h
index 3b360b1eb6f..e0f0a1eb8e0 100644
--- a/src/mongo/s/transaction_router.h
+++ b/src/mongo/s/transaction_router.h
@@ -89,6 +89,8 @@ public:
// Only set for transactions with snapshot level read concern.
boost::optional<LogicalTime> atClusterTime;
+
+ bool isInternalTransactionForRetryableWrite;
};
/**