mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Fix tests
This commit is contained in:
parent
6f8a450805
commit
d0f4c63d27
@ -71,12 +71,12 @@ String InterpreterShowTablesQuery::getRewrittenQuery()
|
||||
<< DB::quote << query.like;
|
||||
}
|
||||
|
||||
if (query.limit_length)
|
||||
rewritten_query << " LIMIT " << query.limit_length;
|
||||
|
||||
/// (*)
|
||||
rewritten_query << " ORDER BY cluster";
|
||||
|
||||
if (query.limit_length)
|
||||
rewritten_query << " LIMIT " << query.limit_length;
|
||||
|
||||
return rewritten_query.str();
|
||||
}
|
||||
else if (query.cluster)
|
||||
|
@ -3,6 +3,6 @@ connect_timeout Seconds 10
|
||||
connect_timeout_with_failover_ms Milliseconds 2000
|
||||
connect_timeout_with_failover_secure_ms Milliseconds 3000
|
||||
external_storage_connect_timeout_sec UInt64 10
|
||||
filesystem_prefetch_max_memory_usage UInt64 1073741824
|
||||
max_untracked_memory UInt64 1048576
|
||||
memory_profiler_step UInt64 1048576
|
||||
filesystem_prefetch_max_memory_usage UInt64 1073741824
|
||||
|
Loading…
Reference in New Issue
Block a user