mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-14 19:45:11 +00:00
Fix 02479_mysql_connect_to_self
This commit is contained in:
parent
c2f0583dc6
commit
2537d0ddcd
@ -33,7 +33,7 @@ SELECT count() FROM mysql('127.0.0.1:9004', currentDatabase(), foo, 'default', '
|
||||
|
||||
EXPLAIN QUERY TREE dump_ast = 1
|
||||
SELECT * FROM mysql(
|
||||
'127.0.0.1:9004', 'default', 'foo', 'default', '',
|
||||
'127.0.0.1:9004', currentDatabase(), foo, 'default', ''
|
||||
SETTINGS connection_wait_timeout = 123, connect_timeout = 40123002, read_write_timeout = 40123001, connection_pool_size = 3
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user