zhaojinchao95 opened a new issue, #22918:
URL: https://github.com/apache/shardingsphere/issues/22918

   Hi community,
   
   We are plan to show `ShardingSphere-Proxy` and `ShardingSphere-JDBC` version 
when execute `SHOW COMPUTE NODES`.
   
   Before :
   
   ```
   mysql> show compute nodes;
   
+--------------------------------------+---------------+------+--------+-----------+-----------+--------+
   | instance_id                          | host          | port | status | 
mode_type | worker_id | labels |
   
+--------------------------------------+---------------+------+--------+-----------+-----------+--------+
   | 0de157fc-d5d3-4698-873e-5120469a5505 | 192.168.0.105 | 3307 | OK     | 
Cluster   | -1        |        |
   
+--------------------------------------+---------------+------+--------+-----------+-----------+--------+
   1 row in set (0.00 sec)
   ```
   
   After : 
   
   ```
   mysql> show compute nodes;
   
+--------------------------------------+---------------+------+--------+-----------+-----------+--------+-----------------------+
   | instance_id                          | host          | port | status | 
mode_type | worker_id | labels | version               |
   
+--------------------------------------+---------------+------+--------+-----------+-----------+--------+-----------------------+
   | 0de157fc-d5d3-4698-873e-5120469a5505 | 192.168.0.105 | 3307 | OK     | 
Cluster   | -1        |        | ShardingSphere 5.3.0  | 
   
+--------------------------------------+---------------+------+--------+-----------+-----------+--------+-----------------------+
   1 row in set (0.00 sec)
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: 
[email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to