Unify the entrance of new transaction. #35705
Labels
affects-5.4
This bug affects 5.4.x versions.
affects-6.1
report/customer
Customers have encountered this bug.
type/enhancement
The issue or PR belongs to an enhancement.
Enhancement
Now, we have transaction manager, which helps us to manage the transaction related things.
It includes entering a new transaction:
txnManager.EnterNewTxn
.However, we can still activating a new transaction by not involving txnManager: calling
session.Txn
.We should unify the transaction entrance.
The text was updated successfully, but these errors were encountered: