Skip to content

Commit

Permalink
ebnf show processlist (#17023)
Browse files Browse the repository at this point in the history
  • Loading branch information
dveeden committed Apr 11, 2024
1 parent d235a90 commit d5aa3cd
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 @@ -10,13 +10,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 @@ -37,3 +34,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 d5aa3cd

Please sign in to comment.