Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix savepoint support with reserved connections #9030

Merged
merged 7 commits into from
Oct 20, 2021

Conversation

harshit-gangal
Copy link
Member

@harshit-gangal harshit-gangal commented Oct 19, 2021

Description

The stored Savepoint in a Transaction were not send down to vttablet in case of new reserved connection transaction getting created.
The fix is to pass post begin queries (savepoint queries) to ReserveBeginExecute API.

Related Issue(s)

Checklist

  • Should this PR be backported? 12.0
  • Tests were added or are not required
  • Documentation was added or is not required

Deployment Notes

@harshit-gangal harshit-gangal marked this pull request as ready for review October 20, 2021 07:32
@harshit-gangal harshit-gangal merged commit 27367ea into vitessio:main Oct 20, 2021
@harshit-gangal harshit-gangal deleted the savepoint-rc branch October 20, 2021 17:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SAVEPOINT does not exist: RELEASE SAVEPOINT sa_savepoint_1 (errno 1305)
2 participants