sessionctx: Error/warning on unsupported isolation levels#8625
Merged
ngaut merged 8 commits intopingcap:masterfrom Dec 10, 2018
morgo:isolation
Merged
sessionctx: Error/warning on unsupported isolation levels#8625ngaut merged 8 commits intopingcap:masterfrom morgo:isolation
ngaut merged 8 commits intopingcap:masterfrom
morgo:isolation
Conversation
Contributor
Author
|
/run-all-tests |
winkyao
reviewed
Dec 9, 2018
Contributor
|
/rebuild |
Contributor
Author
|
I have changed |
Contributor
|
/run-all-tests |
Contributor
Author
|
It looks like this does break the JDBC test: This is the side-effect mentioned in the PR. Some applications will break on warnings too, particularly since |
Contributor
Author
|
/run-all-tests |
Contributor
Author
|
I was concerned that a warning for |
Contributor
Author
|
/run-all-tests tidb-test=pr/683 |
Contributor
|
LGTM. |
Member
|
/run-all-tests |
iamzhoug37
pushed a commit
to iamzhoug37/tidb
that referenced
this pull request
Dec 13, 2018
jackysp
added a commit
that referenced
this pull request
Apr 3, 2019
)" This reverts commit c27705a.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What problem does this PR solve?
Fixes #2712
What is changed and how it works?
For isolation levels, the following behavior is provided:
Check List
Tests
Code changes
Side effects
read-uncommittedorserializable, but they are less common than RR and RC)Related changes
This change is