Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
longfangsong committed Oct 19, 2021
2 parents 87be66e + 2f1295a commit 26fb568
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/design/2021-04-26-lock-view.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ Several tables will be provided in `information_schema`. Some tables has both lo

| Field | Type | Comment |
|------------|------------|---------|
| `DIGEST` | `varchar(64)` | Digest of a transaction, calculated with `ALL_SQL_DIGEST` |
| `DIGEST` | `varchar(16)` | Digest of a transaction, calculated with `ALL_SQL_DIGEST` |
| `ALL_SQL_DIGEST` | `text` | A json array which contains all SQLs' digest executed in this kind of transaction |

* Life span of rows:
Expand All @@ -123,7 +123,7 @@ Several tables will be provided in `information_schema`. Some tables has both lo

| Field | Type | Comment |
|------------|------------|---------|
| `DIGEST` | `varchar(64)` | Digest of a transaction, calculated with `ALL_SQL_DIGEST` |
| `DIGEST` | `varchar(16)` | Digest of a transaction, calculated with `ALL_SQL_DIGEST` |
| `TRX_ID` | `bigint` | The transaction ID (aka. start ts) |

* Life span of rows:
Expand Down

0 comments on commit 26fb568

Please sign in to comment.