Skip to content

Commit 82c6a05

Browse files
authored
Update mysql-logs.md
1 parent 272035e commit 82c6a05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/database/mysql/mysql-logs.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ InnoDB 将 redo log 刷到磁盘上有几种情况:
112112

113113
![](https://oss.javaguide.cn/github/javaguide/10.png)
114114

115-
在个**日志文件组**中还有两个重要的属性,分别是 `write pos、checkpoint`
115+
在这个**日志文件组**中还有两个重要的属性,分别是 `write pos、checkpoint`
116116

117117
- **write pos** 是当前记录的位置,一边写一边后移
118118
- **checkpoint** 是当前要擦除的位置,也是往后推移

0 commit comments

Comments
 (0)