Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
Description
from https://stackoverflow.com/questions/50368335/is-mariadb-java-client-2-2-3-compatible-with-mysql-8-0
Mysql 8.0.3 totally removed "tx_isolation" (https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-3.html) to rename it "transaction_isolation"
method Connection.getTransactionIsolation() rely on this variable to know current transaction isolation level.
Connector must take care of the server type/version to know to use "tx_isolation" or "transaction_isolation"
Attachments
Issue Links
- relates to
-
CONJ-1087 handle mariadb-11.1+ transaction_isolation
-
- Closed
-
Activity
Field | Original Value | New Value |
---|---|---|
Description |
Mysql 8.0.3 totally removed "tx_isolation" (https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-3.html) to rename it "transaction_isolation"
method Connection.getTransactionIsolation() rely on this variable to know current transaction isolation level. Connector must take care of the server type/version to know to use "tx_isolation" or "transaction_isolation" |
from https://stackoverflow.com/questions/50368335/is-mariadb-java-client-2-2-3-compatible-with-mysql-8-0
Mysql 8.0.3 totally removed "tx_isolation" (https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-3.html) to rename it "transaction_isolation" method Connection.getTransactionIsolation() rely on this variable to know current transaction isolation level. Connector must take care of the server type/version to know to use "tx_isolation" or "transaction_isolation" |
Component/s | mysql_compatibility [ 14507 ] | |
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Closed [ 6 ] |
Fix Version/s | 1.7.4 [ 23124 ] |
Workflow | MariaDB v3 [ 87293 ] | MariaDB v4 [ 128380 ] |