Skip to content

Commit 401ab6f

Browse files
committed
Update Java Note
1 parent 2c4fcb7 commit 401ab6f

File tree

5 files changed

+209
-223
lines changed

5 files changed

+209
-223
lines changed

DB.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6471,7 +6471,7 @@ InnoDB 刷脏页的控制策略:
64716471

64726472
### 内存结构
64736473

6474-
对一条记录加锁的本质就是在内存中创建一个锁结构与之关联,结构包括
6474+
对一条记录加锁的本质就是**在内存中**创建一个锁结构与之关联,结构包括
64756475

64766476
* 事务信息:锁对应的事务信息,一个锁属于一个事务
64776477
* 索引信息:对于行级锁,需要记录加锁的记录属于哪个索引

0 commit comments

Comments
 (0)