2021-09-12 12:35:27 +00:00
|
|
|
-- Tags: no-parallel, no-fasttest
|
|
|
|
|
2021-04-15 11:45:05 +00:00
|
|
|
SET max_memory_usage = 1, max_untracked_memory = 1000000;
|
2020-11-29 13:04:57 +00:00
|
|
|
select 'test', count(*) from zeros_mt(1000000) where not ignore(zero); -- { serverError 241 }
|