Skip to content

Commit

Permalink
Rename values of isolation level
Browse files Browse the repository at this point in the history
  • Loading branch information
MyonKeminta committed May 19, 2021
1 parent 5515854 commit 0ffce46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/design/2021-04-26-lock-view.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Several tables will be provided in `information_schema`. Some tables has both lo
| `STATE`| `enum('Running', 'Lock waiting', 'Committing', 'RollingBack')`| The state of the transaction |
| `WAITING_START_TIME` | `time` | The elapsed time since the start of the current lock waiting (if any) |
| `SCOPE` | `enum('Global', 'Local')` | The scope of the transaction |
| `ISOLATION_LEVEL` | `enum('RR', 'RC')` | |
| `ISOLATION_LEVEL` | `enum('REPEATABLE-READ', 'READ-COMMITTED')` | |
| `AUTOCOMMIT` | `bool` | |
| `SESSION_ID` | `unsigned bigint` | |
| `USER` | `varchar` | |
Expand Down

0 comments on commit 0ffce46

Please sign in to comment.