Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Duplicate
-
10.5.5
-
linux - debian 10
Description
Hello,
I installed mariadb 10.5 on my linux debian 10 server. I tried to connect with few applictions to the database server, but it fails, because of the "Unknown system variable 'transaction_isolation" error.
Is there a way to add an alias to the new variable 'tx_isolation'? The most applications doesnt understand the new variable.
Regards
lukas
Attachments
Issue Links
- relates to
-
MDEV-21921 Make transaction_isolation into a system variable
-
- Closed
-
There has been no change. transaction-isolation has always been a server option (command-line or config file option), while tx_isolation – a system variable.
Here are the oldest versions of MariaDB and MySQL that I have handy:
| Variable_name | Value |
| @@version |
| 5.5.23-MariaDB |
| Variable_name | Value |
| @@version | @@version_comment |
| 5.5.62 | MySQL Community Server (GPL) |