ClickHouse/tests/queries/0_stateless/01293_show_clusters.sql

5 lines
189 B
MySQL
Raw Normal View History

2020-10-15 17:27:26 +00:00
-- don't show all clusters to reduce dependency on the configuration of server
2022-05-07 12:33:54 +00:00
set send_logs_level = 'fatal';
2020-10-15 17:27:26 +00:00
show clusters like 'test_shard%' limit 1;
2020-06-05 09:13:13 +00:00
show cluster 'test_shard_localhost';