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

Default transaction level in MySQL when NoLock is set #1188

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

antonklava
Copy link

The Percona Xtra Cluster does not allow SERIALIZABLE in strict mode which initiated these changes.

SERIALIZABLE can perhaps be considered a sort of locking so using the existing NoLock setting to control the transaction level as well.

The Percona Xtra Cluster does not allow `SERIALIZABLE` in strict
mode which initiated these changes.

`SERIALIZABLE` can perhaps be considered a sort of locking so using
the existing `NoLock` setting to control the transaction level as
well.
@antonklava
Copy link
Author

Quite confident that the build failure is unrelated to the suggested changes.

...
dktest.go:185: Failed: timed out waiting for container to get ready: dktest.ContainerInfo{ID:"fa5003ae7e584ad937237e60c5a8cfa8c45fdc5ef216c68090ca8a17fef26ec2", Name:"dktest_r9hUH5JIwM", ImageName:"mcr.microsoft.com/mssql/server:2017-latest", Ports:[1433/tcp -> 0.0.0.0:33275]}
...

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.

1 participant