We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23bf1c6 commit b372cccCopy full SHA for b372ccc
markdown-pages/zh/tidb/master/optimistic-transaction.md
@@ -31,7 +31,7 @@ sequenceDiagram
31
client->>TiDB: begin
32
TiDB->>PD: get ts as start_ts
33
34
- loop excute SQL
+ loop execute SQL
35
alt do read
36
TiDB->>PD: get region from PD or cache
37
TiDB->>TiKV: get data from TiKV or cache with start_ts
@@ -47,7 +47,7 @@ sequenceDiagram
47
48
opt start 2PC
49
TiDB-->>TiDB: for all keys need to write,choose first one as primary
50
- TiDB->>PD: locate each key
+ TiDB->>PD: locate each key
51
TiDB-->>TiDB: group keys by region to [](region,keys)
52
53
opt prewrite with start_ts
0 commit comments