We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96771f0 commit 02b6d9eCopy full SHA for 02b6d9e
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
0 commit comments