mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-13 11:04:10 +00:00
5 lines
223 B
SQL
5 lines
223 B
SQL
-- Tags: no-parallel, no-fasttest, no-random-settings
|
|
|
|
SET max_memory_usage = 1, max_untracked_memory = 1000000, max_threads=40;
|
|
select 'test', count(*) from zeros_mt(1000000) where not ignore(zero); -- { serverError 241 }
|