ClickHouse/tests/queries/0_stateless/02012_get_server_port.sql

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
108 B
MySQL
Raw Normal View History

2021-08-20 04:11:47 +00:00
select getServerPort('tcp_port');
2023-08-02 22:16:04 +00:00
select getServerPort('unknown'); -- { serverError CLUSTER_DOESNT_EXIST }