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

4 lines
158 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
show clusters like 'test_shard%' limit 1;
2020-06-05 09:13:13 +00:00
show cluster 'test_shard_localhost';