mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-15 12:14:18 +00:00
5 lines
189 B
SQL
5 lines
189 B
SQL
-- don't show all clusters to reduce dependency on the configuration of server
|
|
set send_logs_level = 'fatal';
|
|
show clusters like 'test_shard%' limit 1;
|
|
show cluster 'test_shard_localhost';
|