forked from vitessio/vitess
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for transaction access mode (vitessio#11704)
* feat: added transaction access mode to proto Signed-off-by: Harshit Gangal <[email protected]> * refactor: tx_pool create transaction code Signed-off-by: Harshit Gangal <[email protected]> * feat: use tx access mode in vttablet and set that when starting a transaction Signed-off-by: Harshit Gangal <[email protected]> * feat: reset transaction access mode after commit/rollback/release Signed-off-by: Harshit Gangal <[email protected]> * feat: added parsing support for start transaction with characteristics Signed-off-by: Harshit Gangal <[email protected]> * feat: set the transaction characteristics in execute option on start transaction statement Signed-off-by: Harshit Gangal <[email protected]> * refactor: little tx_pool refactor Signed-off-by: Harshit Gangal <[email protected]> * test: added e2e test for tx access modes Signed-off-by: Harshit Gangal <[email protected]> * added release notes Signed-off-by: Harshit Gangal <[email protected]> * addressed review comments Signed-off-by: Harshit Gangal <[email protected]> * generated protobuf files updated Signed-off-by: Harshit Gangal <[email protected]> Signed-off-by: Harshit Gangal <[email protected]>
- Loading branch information
1 parent
4f850f6
commit a5099a9
Showing
28 changed files
with
9,924 additions
and
9,041 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.