mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-05 15:21:43 +00:00
97f2a2213e
* Move some code outside dbms/src folder * Fix paths
4 lines
112 B
SQL
4 lines
112 B
SQL
-- the setting exists and server does not crash
|
|
SET os_thread_priority = 10;
|
|
SELECT count() FROM numbers(1000);
|