select @@tx_isolation;
4种隔离级别
1.read uncommitted
2.read committed
3.repeatable read(MySQL默认隔离级别)
4. 4.serializable