Skip to content

Commit e46bf16

Browse files
authored
Update InnoDB对MVCC的实现.md
1 parent 8f138f2 commit e46bf16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/database/mysql/InnoDB对MVCC的实现.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ private:
217217

218218
此时情况跟 T6 完全一样,由于已经生成了 `Read View`,此时依然沿用 **`m_ids`[101,102]** ,所以查询结果依然是 `name = 菜花`
219219

220-
## MVCC➕Next-key-Lock 防止幻读
220+
## MVCC➕Next-key-Lock 防止幻读(意思是说innodb的RR隔离级别下不会发生幻读?)
221221

222222
`InnoDB`存储引擎在 RR 级别下通过 `MVCC``Next-key Lock` 来解决幻读问题:
223223

0 commit comments

Comments
 (0)