mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-05 15:21:43 +00:00
4 lines
160 B
MySQL
4 lines
160 B
MySQL
|
-- 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);
|