diff options
author | William Schultz <william.schultz@mongodb.com> | 2018-04-11 08:54:37 -0400 |
---|---|---|
committer | William Schultz <william.schultz@mongodb.com> | 2018-04-11 08:54:37 -0400 |
commit | f205975ea89798fa1b6d91097226ae7b10ad9f3c (patch) | |
tree | 245a694913e291aab410c63ad9ac9270de98dc85 /src/mongo/db/session.h | |
parent | e96569ea3b7644fb7c60cb47df90e7dc369ea957 (diff) | |
download | mongo-f205975ea89798fa1b6d91097226ae7b10ad9f3c.tar.gz |
Revert "SERVER-33501 Support retryable writes for commitTransaction command"
This reverts commit 4e1fff07b0d76337232abc682fbbe13c546e5c13.
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 774fa91eaef..099c3ec043e 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, const std::string& cmdName); + void unstashTransactionResources(OperationContext* opCtx); /** * Commits the transaction, including committing the write unit of work and updating |