-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
Set variable tidb_skip_isolation_level_check
seems not work as expected
#26810
Comments
Works on 5.0.3 version but 5.1 and 5.2 version do not work as expected. Any alternatives to avoid this bug for now? |
Using tidb-operator to set this variable but doesn't seems to be effective:
Results in
But |
I believe this will be fixed in #28953 /cc @sunxiaoguang |
Hi @youngwookim , sorry that I wasn't able to push this fix to 5.1 and 5.2 releases during last bug triage. Will try integrating these two fixes in the coming releases. |
@sunxiaoguang, No problem & thanks for your effort! |
So what's the progress of #28953 ? Can we close this issue if it won't be merged? |
Waiting for triage for next 5.1 and 5.2 release |
Please check whether the issue should be labeled with 'affects-x.y' or 'fixes-x.y.z', and then remove 'needs-more-info' label. |
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
Set variable
tidb_skip_isolation_level_check
to on and exitLogin in to mysql and set unsupported isolation level
2. What did you expect to see? (Required)
After this variable is enabled, if setting unsupported tx_isolation, no error is reported.
3. What did you see instead (Required)
Need to query the variable first and set unsupported tx_isolation.
4. What is your TiDB version? (Required)
v5.1.0
The text was updated successfully, but these errors were encountered: