Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update lock stats docs #15075

Merged
merged 20 commits into from
Sep 28, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix diagram
Signed-off-by: hi-rustin <rustin.liu@gmail.com>
  • Loading branch information
Rustin170506 committed Sep 21, 2023
commit 86c0e70a9ae56455edc0a09284250ee2f50acc75
2 changes: 1 addition & 1 deletion sql-statements/sql-statement-lock-stats.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ summary: TiDB 数据库中 LOCK STATS 的使用概况。

```ebnf+diagram
LockStatsStmt ::=
'LOCK' 'STATS' (TableNameList) | (TableName 'PARTITION' PartitionNameList) | (TableName 'PARTITION' (PartitionNameList))
'LOCK' 'STATS' (TableNameList) | (TableName 'PARTITION' PartitionNameList)

TableNameList ::=
TableName (',' TableName)*
Expand Down
2 changes: 1 addition & 1 deletion sql-statements/sql-statement-unlock-stats.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ summary: TiDB 数据库中 UNLOCK STATS 的使用概况。

```ebnf+diagram
UnlockStatsStmt ::=
'UNLOCK' 'STATS' (TableNameList) | (TableName 'PARTITION' PartitionNameList) | (TableName 'PARTITION' (PartitionNameList))
'UNLOCK' 'STATS' (TableNameList) | (TableName 'PARTITION' PartitionNameList)

TableNameList ::=
TableName (',' TableName)*
Expand Down