Skip to content

Commit

Permalink
Fix EBNF for UNLOCK STATS and partitions (#17082)
Browse files Browse the repository at this point in the history
  • Loading branch information
dveeden authored Apr 18, 2024
1 parent 241a7d8 commit adec738
Showing 1 changed file with 1 addition and 1 deletion.
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: An overview of the usage of UNLOCK STATS for the TiDB database.

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

0 comments on commit adec738

Please sign in to comment.