mysql 数据库隔离级别

select @@tx_isolation;

4种隔离级别

1.read uncommitted

2.read committed

3.repeatable read(MySQL默认隔离级别)

4. 4.serializable

原文地址:https://www.cnblogs.com/mengjianzhou/p/6044331.html