summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack Mulrow <jack.mulrow@mongodb.com>2018-09-12 23:33:54 -0400
committerJack Mulrow <jack.mulrow@mongodb.com>2018-09-12 23:34:02 -0400
commitcd198ae20230746491022a3d33330a3af2807832 (patch)
treeab5e8816695cc83e05ee86f2db0290a8924312f6
parent302411fc46afe18e3544c04cf2fb9a8b331eba16 (diff)
downloadmongo-cd198ae20230746491022a3d33330a3af2807832.tar.gz
SERVER-36591 Fill in placeholder SERVER ticket
-rw-r--r--src/mongo/s/transaction/transaction_router.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/s/transaction/transaction_router.cpp b/src/mongo/s/transaction/transaction_router.cpp
index b2a89558111..5359ffc6542 100644
--- a/src/mongo/s/transaction/transaction_router.cpp
+++ b/src/mongo/s/transaction/transaction_router.cpp
@@ -403,7 +403,7 @@ void TransactionRouter::beginOrContinueTxn(OperationContext* opCtx,
_coordinatorId.reset();
_atClusterTime.reset();
- // TODO SERVER-XXXXX: Parse statement ids from the client and remember the statement id of the
+ // TODO SERVER-37115: Parse statement ids from the client and remember the statement id of the
// command that started the transaction, if one was included.
_latestStmtId = kDefaultFirstStmtId;
_firstStmtId = kDefaultFirstStmtId;