Skip to content

Commit ed9c63e

Browse files
authored
Rename Mysql.md to MySQL.md
1 parent 83b7974 commit ed9c63e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,4 +108,4 @@
108108
- **行级锁:** Mysql中锁定 **粒度最小** 的一种锁,只针对当前操作的行进行加锁。 行级锁能大大减少数据库操作的冲突。其加锁粒度最小,并发度高,但加锁的开销也最大,加锁慢,会出现死锁。
109109

110110
详细内容可以参考:
111-
[Mysql锁机制简单了解一下](https://blog.csdn.net/qq_34337272/article/details/80611486)
111+
[Mysql锁机制简单了解一下](https://blog.csdn.net/qq_34337272/article/details/80611486)

0 commit comments

Comments
 (0)