We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6916d8 commit e35ae49Copy full SHA for e35ae49
src/mongo/db/session.h
@@ -578,7 +578,7 @@ class Session : public Decorable<Session> {
578
void _abortTransactionOnSession(WithLock);
579
580
// Clean up the transaction resources unstashed on operation context.
581
- void _cleanUpTxnResourceOnOpCtx(WithLock wl, OperationContext *opCtx);
+ void _cleanUpTxnResourceOnOpCtx(WithLock wl, OperationContext* opCtx);
582
583
// Committing a transaction first changes its state to "Committing*" and writes to the oplog,
584
// then it changes the state to "Committed".
0 commit comments