You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"transaction_isolation was added in MySQL 5.7.20 as an alias for tx_isolation, which is now deprecated and is removed in MySQL 8.0. Applications should be adjusted to use transaction_isolation in preference to tx_isolation."
and there are same history question tx_read_only
Prior to MySQL 5.7.20, use tx_isolation and tx_read_only rather than transaction_isolation and transaction_read_only.
I'm confused when working on this PR: #10065.
I find that,
SET TRANSACTION ISOLATION LEVEL
will affect two internal variables:tx_isolation
transaction_isolation
Can any body tell me, what's the difference between the two variables?
The text was updated successfully, but these errors were encountered: