We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
tx_isolation
transaction_isolation
MySQL 8.0 has deprecated the use of tx_isolation variable in favor of the backwards compatible (up to 5.7.20) transaction_isolation
References:
For the Java JDBC src in Vitess, we should switch to using transaction_isolation instead of tx_isolation
Using the Java Client to create a VitessConnection results in the transaction isolation being blank...
N/A
MYSQL_VERSION=8.0.33 `uname -sr` Linux 6.1.109-hs83.el9.x86_64
The text was updated successfully, but these errors were encountered:
FYI: PR in-flight
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Overview of the Issue
MySQL 8.0 has deprecated the use of
tx_isolation
variable in favor of the backwards compatible (up to 5.7.20)transaction_isolation
References:
For the Java JDBC src in Vitess, we should switch to using
transaction_isolation
instead oftx_isolation
Reproduction Steps
Using the Java Client to create a VitessConnection results in the transaction isolation being blank...
Binary Version
Operating System and Environment details
MYSQL_VERSION=8.0.33 `uname -sr` Linux 6.1.109-hs83.el9.x86_64
Log Fragments
The text was updated successfully, but these errors were encountered: