Skip to content

Commit 164f39d

Browse files
authored
fix typo "excute" (#21488)
1 parent ce996f7 commit 164f39d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)