summaryrefslogtreecommitdiff
path: root/src/mongo/db/session.h
diff options
context:
space:
mode:
authorJames Wahlin <james@mongodb.com>2018-03-27 16:27:34 -0400
committerJames Wahlin <james@mongodb.com>2018-03-28 09:15:21 -0400
commit9b6da195207b71348dd1811dfbd6f8ca5c9b7428 (patch)
treeefd9f073ffcb9d5237bb0a4fc695aefe08eb7c6b /src/mongo/db/session.h
parent82e4873c00f01e4dcb5aad4a6550a82ec4aa4a65 (diff)
downloadmongo-9b6da195207b71348dd1811dfbd6f8ca5c9b7428.tar.gz
SERVER-34101 Revert change to free transaction resources on snapshot read killCursors
Diffstat (limited to 'src/mongo/db/session.h')
-rw-r--r--src/mongo/db/session.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mongo/db/session.h b/src/mongo/db/session.h
index 68cc83a9c14..adad7376b43 100644
--- a/src/mongo/db/session.h
+++ b/src/mongo/db/session.h
@@ -223,12 +223,6 @@ public:
void unstashTransactionResources(OperationContext* opCtx);
/**
- * If there is transaction in progress with transaction number 'txnNumber' and _autocommit=true,
- * aborts the transaction.
- */
- void abortIfSnapshotRead(TxnNumber txnNumber);
-
- /**
* Commits the transaction, including committing the write unit of work and updating
* transaction state.
*/