Skip to content

Commit 93dfa04

Browse files
committed
Update MySQL.md
1 parent 096aefe commit 93dfa04

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/database/MySQL.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -245,12 +245,12 @@ SQL 标准定义了四个隔离级别:
245245

246246
---
247247

248-
| 隔离级别 | 脏读 | 不可重复读 | 幻影读 |
249-
| :--------------: | :--: | :--------: | :----: |
250-
| READ-UNCOMMITTED ||| |
251-
| READ-COMMITTED | × || |
252-
| REPEATABLE-READ | × | × | |
253-
| SERIALIZABLE | × | × | × |
248+
| 隔离级别 | 脏读 | 不可重复读 | 幻读 |
249+
| :--------------: | :--: | :--------: | :--: |
250+
| READ-UNCOMMITTED ||| |
251+
| READ-COMMITTED | × || |
252+
| REPEATABLE-READ | × | × | |
253+
| SERIALIZABLE | × | × | × |
254254

255255
### MySQL 的默认隔离级别是什么?
256256

0 commit comments

Comments
 (0)