Add a test for #11803

This commit is contained in:
Alexey Milovidov 2020-11-29 16:04:57 +03:00
parent 00da5148a1
commit 5edda3c6bd
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 }