Skip to content

Commit 53e1ffd

Browse files
committed
Update MySQL.md
1 parent 9c185d3 commit 53e1ffd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/database/MySQL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ MVCC 可以看作是行级锁的一个升级,可以有效减少加锁操作,
132132

133133
- Record lock:记录锁,单个行记录上的锁
134134
- Gap lock:间隙锁,锁定一个范围,不包括记录本身
135-
- Next-key lock:record+gap临键锁,锁定一个范围,包含记录本身
135+
- Next-key lock:record+gap 临键锁,锁定一个范围,包含记录本身
136136

137137
## 查询缓存
138138

0 commit comments

Comments
 (0)