Merge pull request #17562 from ClickHouse/test-memory-accounting-zeros

Add a test for #11803
This commit is contained in:
alexey-milovidov 2020-11-29 21:17:25 +03:00 committed by GitHub
commit 484f7601d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1,2 @@
SET max_memory_usage = 1;
select 'test', count(*) from zeros_mt(1000000) where not ignore(zero); -- { serverError 241 }