Skip to content

Commit

Permalink
ebnf show processlist (#17023) (#17149)
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-chi-bot authored Apr 11, 2024
1 parent e61e273 commit 921c9d5
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions sql-statements/sql-statement-show-processlist.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,10 @@ This statement lists the current sessions connected to the same TiDB server. The

## Synopsis

**ShowProcesslistStmt:**

![ShowProcesslistStmt](/media/sqlgram/ShowProcesslistStmt.png)

**OptFull:**

![OptFull](/media/sqlgram/OptFull.png)
```ebnf+diagram
ShowProcesslistStmt ::=
"SHOW" "FULL"? "PROCESSLIST"
```

## Examples

Expand All @@ -36,3 +33,4 @@ mysql> SHOW PROCESSLIST;
## See also

* [KILL \[TIDB\]](/sql-statements/sql-statement-kill.md)
* [`INFORMATION_SCHEMA.PROCESSLIST`](/information-schema/information-schema-processlist.md)

0 comments on commit 921c9d5

Please sign in to comment.