mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-05 15:21:43 +00:00
4 lines
112 B
MySQL
4 lines
112 B
MySQL
|
-- the setting exists and server does not crash
|
||
|
SET os_thread_priority = 10;
|
||
|
SELECT count() FROM numbers(1000);
|