ClickHouse/tests/queries/0_stateless/02905_show_setting_query.sql

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
153 B
MySQL
Raw Normal View History

2023-10-24 14:54:50 +00:00
SET max_threads = 1;
SHOW SETTING max_threads;
2023-10-25 18:41:26 +00:00
SET max_threads = 2;
SHOW SETTING max_threads;
SHOW SETTING `max_threads' OR name = 'max_memory_usage`;