Skip to content

Commit fb2226a

Browse files
authored
Add directory
1 parent e0cae86 commit fb2226a

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

docs/database/事务隔离级别(图文详解).md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,20 @@
11
> 本文由 [SnailClimb](https://github.com/Snailclimb)[BugSpeak](https://github.com/BugSpeak) 共同完成。
2+
<!-- TOC -->
3+
4+
- [事务隔离级别(图文详解)](#事务隔离级别图文详解)
5+
- [什么是事务?](#什么是事务)
6+
- [事物的特性(ACID)](#事物的特性acid)
7+
- [并发事务带来的问题](#并发事务带来的问题)
8+
- [事务隔离级别](#事务隔离级别)
9+
- [实际情况演示](#实际情况演示)
10+
- [脏读(读未提交)](#脏读读未提交)
11+
- [避免脏读(读已提交)](#避免脏读读已提交)
12+
- [不可重复读](#不可重复读)
13+
- [可重复读](#可重复读)
14+
- [防止幻读(可重复读)](#防止幻读可重复读)
15+
- [参考](#参考)
16+
17+
<!-- /TOC -->
218

319
## 事务隔离级别(图文详解)
420

0 commit comments

Comments
 (0)