You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by du...@apache.org on 2022/12/24 08:55:07 UTC

[shardingsphere] branch master updated: Alter show-compute-nodes document (#23075)

This is an automated email from the ASF dual-hosted git repository.

duanzhengqiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new 7e38bc1015d Alter show-compute-nodes document (#23075)
7e38bc1015d is described below

commit 7e38bc1015d1981587172f9383daacb44e65be17
Author: zhaojinchao <zh...@apache.org>
AuthorDate: Sat Dec 24 16:55:00 2022 +0800

    Alter show-compute-nodes document (#23075)
---
 .../syntax/ral/circuit-breaker/show-compute-nodes.cn.md       | 11 ++++++-----
 .../syntax/ral/circuit-breaker/show-compute-nodes.en.md       | 11 ++++++-----
 2 files changed, 12 insertions(+), 10 deletions(-)

diff --git a/docs/document/content/reference/distsql/syntax/ral/circuit-breaker/show-compute-nodes.cn.md b/docs/document/content/reference/distsql/syntax/ral/circuit-breaker/show-compute-nodes.cn.md
index 4af1b120fd6..647f15af916 100644
--- a/docs/document/content/reference/distsql/syntax/ral/circuit-breaker/show-compute-nodes.cn.md
+++ b/docs/document/content/reference/distsql/syntax/ral/circuit-breaker/show-compute-nodes.cn.md
@@ -25,6 +25,7 @@ ShowComputeNodes ::=
 | mode_type      | proxy 实例模式     |
 | worker_id      | worker id         |
 | labels         | 标签               |
+| version        | 版本               |
 
 ### 示例
 
@@ -36,11 +37,11 @@ SHOW COMPUTE NODES;
 
 ```sql
 mysql> SHOW COMPUTE NODES;
-+--------------------------------------+---------------+------+--------+-----------+-----------+--------+
-| instance_id                          | host          | port | status | mode_type | worker_id | labels |
-+--------------------------------------+---------------+------+--------+-----------+-----------+--------+
-| 734bb036-b15d-4af0-be87-2372d8b6a0cd | 192.168.5.163 | 3307 | OK     | Cluster   | -1        |        |
-+--------------------------------------+---------------+------+--------+-----------+-----------+--------+
++--------------------------------------+---------------+------+--------+-----------+-----------+--------+---------+
+| instance_id                          | host          | port | status | mode_type | worker_id | labels | version |
++--------------------------------------+---------------+------+--------+-----------+-----------+--------+---------+
+| 734bb036-b15d-4af0-be87-2372d8b6a0cd | 192.168.5.163 | 3307 | OK     | Cluster   | -1        |        | 5.3.0   |
++--------------------------------------+---------------+------+--------+-----------+-----------+--------+---------+
 1 row in set (0.01 sec)
 ```
 
diff --git a/docs/document/content/reference/distsql/syntax/ral/circuit-breaker/show-compute-nodes.en.md b/docs/document/content/reference/distsql/syntax/ral/circuit-breaker/show-compute-nodes.en.md
index 98cb98c7abb..0e84df74db5 100644
--- a/docs/document/content/reference/distsql/syntax/ral/circuit-breaker/show-compute-nodes.en.md
+++ b/docs/document/content/reference/distsql/syntax/ral/circuit-breaker/show-compute-nodes.en.md
@@ -24,6 +24,7 @@ ShowComputeNodes ::=
 | mode_type      | proxy instance mode   |
 | worker_id      | worker id             |
 | labels         | labels                |
+| version        | version               |
 
 ### Example
 
@@ -35,11 +36,11 @@ SHOW COMPUTE NODES;
 
 ```sql
 mysql> SHOW COMPUTE NODES;
-+--------------------------------------+---------------+------+--------+-----------+-----------+--------+
-| instance_id                          | host          | port | status | mode_type | worker_id | labels |
-+--------------------------------------+---------------+------+--------+-----------+-----------+--------+
-| 734bb036-b15d-4af0-be87-2372d8b6a0cd | 192.168.5.163 | 3307 | OK     | Cluster   | -1        |        |
-+--------------------------------------+---------------+------+--------+-----------+-----------+--------+
++--------------------------------------+---------------+------+--------+-----------+-----------+--------+---------+
+| instance_id                          | host          | port | status | mode_type | worker_id | labels | version |
++--------------------------------------+---------------+------+--------+-----------+-----------+--------+---------+
+| 734bb036-b15d-4af0-be87-2372d8b6a0cd | 192.168.5.163 | 3307 | OK     | Cluster   | -1        |        | 5.3.0   |
++--------------------------------------+---------------+------+--------+-----------+-----------+--------+---------+
 1 row in set (0.01 sec)
 ```