-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Add --transaction-isolation
flag
#1441
base: master
Are you sure you want to change the base?
Add --transaction-isolation
flag
#1441
Conversation
Signed-off-by: Tim Vaillancourt <[email protected]>
Signed-off-by: Tim Vaillancourt <[email protected]>
Signed-off-by: Tim Vaillancourt <[email protected]>
Do we really need this flag? I'm absolutely sure that mysql replication uses For the table copy part, I don't see a reason how With |
@arthurschreiber I pondered using But for the most part I agree, |
A Pull Request should be associated with an Issue.
Related issue: #1262
Description
This PR resolves #1262 by adding a
--transaction-isolation
flag that supports bothREPEATABLE-READ
(default - what GitHub tests) andREAD-COMMITTED
script/cibuild
returns with no formatting errors, build errors or unit test errors.