RaigorJiang opened a new pull request, #20067: URL: https://github.com/apache/shardingsphere/pull/20067
## Before ```sql mysql> show instance info; +--------------------------------------+---------------+------+--------+-----------+--------+ | instance_id | host | port | status | mode_type | labels | +--------------------------------------+---------------+------+--------+-----------+--------+ | 929d25b1-3b96-477a-8346-1c758ce5b414 | 192.168.5.161 | 3307 | OK | Cluster | | +--------------------------------------+---------------+------+--------+-----------+--------+ 1 row in set (0.08 sec) mysql> show instance list; +--------------------------------------+---------------+------+--------+-----------+--------+ | instance_id | host | port | status | mode_type | labels | +--------------------------------------+---------------+------+--------+-----------+--------+ | 929d25b1-3b96-477a-8346-1c758ce5b414 | 192.168.5.161 | 3307 | OK | Cluster | | +--------------------------------------+---------------+------+--------+-----------+--------+ 1 row in set (0.00 sec) ``` ## After ```sql mysql> show instance list; +--------------------------------------+---------------+------+--------+-----------+-----------+--------+ | instance_id | host | port | status | mode_type | worker_id | labels | +--------------------------------------+---------------+------+--------+-----------+-----------+--------+ | c5ec40c6-ec24-43df-bcce-3a4073a841ab | 192.168.5.161 | 3307 | OK | Cluster | 0 | | +--------------------------------------+---------------+------+--------+-----------+-----------+--------+ 1 row in set (0.00 sec) mysql> show instance info; +--------------------------------------+---------------+------+--------+-----------+-----------+--------+ | instance_id | host | port | status | mode_type | worker_id | labels | +--------------------------------------+---------------+------+--------+-----------+-----------+--------+ | c5ec40c6-ec24-43df-bcce-3a4073a841ab | 192.168.5.161 | 3307 | OK | Cluster | 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]
