Skip to content

Bug Report: Switch from tx_isolation to transaction_isolation #17836

Open
@corbantek

Description

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions