ClickHouse/tests/queries/0_stateless/01521_distributed_query_hang.sql

4 lines
160 B
MySQL
Raw Normal View History

-- 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);