Skip to content

Commit b372ccc

Browse files
author
github-actions
committed
update MD by dispatch event pingcap/docs-cn master
1 parent 23bf1c6 commit b372ccc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

markdown-pages/zh/tidb/master/optimistic-transaction.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ sequenceDiagram
3131
client->>TiDB: begin
3232
TiDB->>PD: get ts as start_ts
3333
34-
loop excute SQL
34+
loop execute SQL
3535
alt do read
3636
TiDB->>PD: get region from PD or cache
3737
TiDB->>TiKV: get data from TiKV or cache with start_ts
@@ -47,7 +47,7 @@ sequenceDiagram
4747
4848
opt start 2PC
4949
TiDB-->>TiDB: for all keys need to write,choose first one as primary
50-
TiDB->>PD: locate each key
50+
TiDB->>PD: locate each key
5151
TiDB-->>TiDB: group keys by region to [](region,keys)
5252
5353
opt prewrite with start_ts

0 commit comments

Comments
 (0)