diff options
author | Siyuan Zhou <siyuan.zhou@mongodb.com> | 2018-04-04 01:24:06 -0400 |
---|---|---|
committer | Siyuan Zhou <siyuan.zhou@mongodb.com> | 2018-04-10 17:40:14 -0400 |
commit | 4e1fff07b0d76337232abc682fbbe13c546e5c13 (patch) | |
tree | 006e7c5b488f8ddfcadf30850f43333620bbca4d /src/mongo/db/session.h | |
parent | 6a73b990746e1287ce6bad99d4cec263ed420072 (diff) | |
download | mongo-4e1fff07b0d76337232abc682fbbe13c546e5c13.tar.gz |
SERVER-33501 Support retryable writes for commitTransaction command
Diffstat (limited to 'src/mongo/db/session.h')
-rw-r--r-- | src/mongo/db/session.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/session.h b/src/mongo/db/session.h index 099c3ec043e..774fa91eaef 100644 --- a/src/mongo/db/session.h +++ b/src/mongo/db/session.h @@ -232,7 +232,7 @@ public: /** * Transfers management of transaction resources from the Session to the OperationContext. */ - void unstashTransactionResources(OperationContext* opCtx); + void unstashTransactionResources(OperationContext* opCtx, const std::string& cmdName); /** * Commits the transaction, including committing the write unit of work and updating |