Update MySQL_基础.md

This commit is contained in:
heibaiying 2020-03-28 16:02:39 +08:00 committed by GitHub
parent b56be2e907
commit 697b7c67c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -221,7 +221,7 @@ InnoDB 存储引擎支持以下两种标准的行级锁:
基于多版本并发控制和一致性非锁定读,可以避免获取锁的等待,从而提高并发访问下的性能。
**2. 一致性锁定**
**2. 一致性锁定**
一致性锁定读则允许用户按照自己的需求在进行 SELECT 操作时手动加锁,通常有以下两种方式: