🔄Update: MySQL

This commit is contained in:
2025-09-26 14:55:31 +08:00
parent c0aab77773
commit e55aff895e
3 changed files with 83 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
# 锁
**按加锁的范围分类**
- 全局锁
- 表级锁
- 行级锁
## 全局锁
- 全库逻辑备份
## 表级锁
1. 表锁
2. 元数据锁
3. 意向锁
4. Auto-INC 锁
### 行级锁