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 isolation level in AWS Aurora #3976

Merged
merged 2 commits into from
Sep 15, 2022
Merged

Fix isolation level in AWS Aurora #3976

merged 2 commits into from
Sep 15, 2022

Conversation

renecannao
Copy link
Contributor

If aurora_read_replica_read_committed is set, isolation level is internally reset so that it will be set again.
This solves the weird behavior in AWS Aurora related to isolation level as described in
https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraMySQL.Reference.html#AuroraMySQL.Reference.IsolationLevels

Basically, to change isolation level you must first set aurora_read_replica_read_committed , and then isolation level

If aurora_read_replica_read_committed is set, isolation level is
internally reset so that it will be set again.
This solves the weird behavior in AWS Aurora related to isolation level
as described in
https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraMySQL.Reference.html#AuroraMySQL.Reference.IsolationLevels

Basically, to change isolation level you must first set
aurora_read_replica_read_committed , and then isolation level
@mirostauder
Copy link
Collaborator

retest this please

4 similar comments
@mirostauder
Copy link
Collaborator

retest this please

@mirostauder
Copy link
Collaborator

retest this please

@mirostauder
Copy link
Collaborator

retest this please

@mirostauder
Copy link
Collaborator

retest this please

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants