ClickHouse/tests/queries/0_stateless/00964_os_thread_priority.sql

4 lines
112 B
MySQL
Raw Normal View History

2019-07-08 01:01:52 +00:00
-- the setting exists and server does not crash
SET os_thread_priority = 10;
SELECT count() FROM numbers(1000);