show VARIABLES like ‘%general_log%’
set global general_log=”off”;
mybatis实现事务
执行失败
1 | 2018-08-21T15:07:24.809453Z 70 Query SET autocommit=0 |
执行成功
1 | 2018-08-21T15:30:17.288694Z 80 Query SET autocommit=0 |
1 | A事务insert |
事务隔离级别会影响死锁的发生的可能性么?
文章链接 https://fangzongzhou.github.io/2018/08/21/计算机/技术文档/MYSQL/事务/