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

Bug Report: Switch from tx_isolation to transaction_isolation #17836

Open
corbantek opened this issue Feb 20, 2025 · 1 comment · May be fixed by #17845
Open

Bug Report: Switch from tx_isolation to transaction_isolation #17836

corbantek opened this issue Feb 20, 2025 · 1 comment · May be fixed by #17845
Labels
Component: Java Pull requests that update Java code Type: Bug

Comments

@corbantek
Copy link
Contributor

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 of tx_isolation

Reproduction Steps

Using the Java Client to create a VitessConnection results in the transaction isolation being blank...

Binary Version

N/A

Operating System and Environment details

MYSQL_VERSION=8.0.33

`uname -sr` 

Linux 6.1.109-hs83.el9.x86_64

Log Fragments

@corbantek corbantek added Needs Triage This issue needs to be correctly labelled and triaged Type: Bug labels Feb 20, 2025
@corbantek
Copy link
Contributor Author

FYI: PR in-flight

@deepthi deepthi added Component: Java Pull requests that update Java code and removed Needs Triage This issue needs to be correctly labelled and triaged labels Feb 20, 2025
@corbantek corbantek linked a pull request Feb 21, 2025 that will close this issue
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: Java Pull requests that update Java code Type: Bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants