This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push: new 936807b5c9 [typo](doc) Fixed typos in SHOW-PROCESSLIST.md (#18469) 936807b5c9 is described below commit 936807b5c940e721675a51bf12e6cd092753a854 Author: zzzzzzzs <1443539...@qq.com> AuthorDate: Fri Apr 7 22:02:37 2023 +0800 [typo](doc) Fixed typos in SHOW-PROCESSLIST.md (#18469) --- .../docs/sql-manual/sql-reference/Show-Statements/SHOW-PROCESSLIST.md | 2 +- .../docs/sql-manual/sql-reference/Show-Statements/SHOW-PROCESSLIST.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/en/docs/sql-manual/sql-reference/Show-Statements/SHOW-PROCESSLIST.md b/docs/en/docs/sql-manual/sql-reference/Show-Statements/SHOW-PROCESSLIST.md index c2800b4975..50ffe740bd 100644 --- a/docs/en/docs/sql-manual/sql-reference/Show-Statements/SHOW-PROCESSLIST.md +++ b/docs/en/docs/sql-manual/sql-reference/Show-Statements/SHOW-PROCESSLIST.md @@ -46,7 +46,7 @@ illustrate: - User: refers to the user who started this thread. - Host: Records the IP and port number of the client sending the request. Through this information, when troubleshooting the problem, we can locate which client and which process sent the request. - Cluster: Cluster name -- DB: which database the currently executed command is on. If no database is specified, the value is NULL . +- Db: which database the currently executed command is on. If no database is specified, the value is NULL . - Command: refers to the command that the thread is executing at the moment. - Time: Indicates the time the thread is in the current state. - State: The state of the thread, corresponding to Command. diff --git a/docs/zh-CN/docs/sql-manual/sql-reference/Show-Statements/SHOW-PROCESSLIST.md b/docs/zh-CN/docs/sql-manual/sql-reference/Show-Statements/SHOW-PROCESSLIST.md index 474e742b85..edeee196e7 100644 --- a/docs/zh-CN/docs/sql-manual/sql-reference/Show-Statements/SHOW-PROCESSLIST.md +++ b/docs/zh-CN/docs/sql-manual/sql-reference/Show-Statements/SHOW-PROCESSLIST.md @@ -46,7 +46,7 @@ SHOW [FULL] PROCESSLIST - User: 就是指启动这个线程的用户。 - Host: 记录了发送请求的客户端的 IP 和 端口号。通过这些信息在排查问题的时候,我们可以定位到是哪个客户端的哪个进程发送的请求。 - Cluster:集群名称 -- DB: 当前执行的命令是在哪一个数据库上。如果没有指定数据库,则该值为 NULL 。 +- Db: 当前执行的命令是在哪一个数据库上。如果没有指定数据库,则该值为 NULL 。 - Command: 是指此刻该线程正在执行的命令。 - Time: 表示该线程处于当前状态的时间。 - State: 线程的状态,和 Command 对应。 @@ -63,7 +63,7 @@ SHOW [FULL] PROCESSLIST ### Example -1. 查看当前用户尽在运行的线程 +1. 查看当前用户正在运行的线程 ```SQL SHOW PROCESSLIST ``` --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org