Skip to content

Commit 7721c24

Browse files
author
github-actions
committed
update MD by dispatch event pingcap/docs-cn release-8.5
1 parent e69e7b6 commit 7721c24

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

markdown-pages/zh/tidb/release-8.5/pessimistic-transaction.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,11 @@ BEGIN /*T! PESSIMISTIC */;
7272

7373
- 如果 `Point Get``Batch Point Get` 算子没有读到数据,依然会对给定的主键或者唯一键加锁,阻塞其他事务对相同主键唯一键加锁或者进行写入操作。
7474

75-
- 支持 `FOR UPDATE OF TABLES` 语法,对于存在多表 join 的语句,只对 `OF TABLES` 中包含的表关联的行进行悲观锁加锁操作。
75+
> **注意:**
76+
>
77+
> 此行为仅适用于[可重复读 (Repeatable Read)](/transaction-isolation-levels.md#可重复读隔离级别-repeatable-read) 隔离级别。在[读已提交 (Read Committed)](/transaction-isolation-levels.md#读已提交隔离级别-read-committed) 隔离级别下,`Point Get``Batch Point Get` 算子不会对不存在的键加锁。
78+
79+
- 支持 `FOR UPDATE OF TABLES` 语法,对于存在多表 join 的语句,只对 `OF TABLES` 中包含的表关联的行进行悲观锁加锁操作。
7680

7781
## 和 MySQL InnoDB 的差异
7882

0 commit comments

Comments
 (0)