mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +00:00
Merge branch 'protocol-compression-auto' of github.com:yandex/ClickHouse into protocol-compression-auto
This commit is contained in:
commit
a790652029
@ -1,2 +1,2 @@
|
||||
SET max_memory_usage = 1, max_untracked_memory = 1;
|
||||
SET max_memory_usage = 1, max_untracked_memory = 1000000;
|
||||
select 'test', count(*) from zeros_mt(1000000) where not ignore(zero); -- { serverError 241 }
|
||||
|
Loading…
Reference in New Issue
Block a user