Merge branch 'protocol-compression-auto' of github.com:yandex/ClickHouse into protocol-compression-auto

This commit is contained in:
Alexey Milovidov 2021-04-17 16:47:13 +03:00
commit a790652029

View File

@ -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 }