Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Duplicate
-
11.0.3
-
None
Description
The MySQL JDBC connector/driver (version 8.0.32) is encountering an issue when trying to connect to MariaDB 11.0.3, resulting in an error message stating "Unknown system variable 'transaction_isolation'".
It appears that this error is related to the fact that 'transaction_isolation' has become a system variable in MariaDB 11.1.1, as indicated in MDEV-21921.
Interestingly, the MySQL JDBC connector can establish a connection with MariaDB 10.11.5, even though 'transaction_isolation' is not a recognized system variable in that version.
This suggests a potential bug or compatibility issue in MariaDB 11.0.3.
Attachments
Issue Links
- duplicates
-
MDEV-31576 Unknown system variable 'transaction_isolation'
- Closed
- relates to
-
MDEV-21921 Make transaction_isolation into a system variable
- Closed