mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
6 lines
182 B
SQL
6 lines
182 B
SQL
-- Tags: distributed
|
|
|
|
-- regression for endless loop with connections_with_failover_max_tries=0
|
|
set connections_with_failover_max_tries=0;
|
|
select * from remote('127.2', system.one);
|