mysql 隔离级别与间隙锁等
摘要:数据库隔离级 SQL标准中DB隔离级别有: read uncommitted:可以读到其它transaction 未提交数据 read committed:可以读到其它transaction 已提交数据 repeatable read:一个transaction中相同的查询,每次获取的结果是一样的
阅读全文
posted @ 2019-06-03 18:20
posted @ 2019-06-03 18:20
posted @ 2017-04-13 14:25
posted @ 2015-04-09 08:53
posted @ 2014-10-08 22:04