mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Ignore dynamic defaults
This commit is contained in:
parent
f97d7bd0ab
commit
738d1b1ddd
@ -16,7 +16,8 @@ $CLICKHOUSE_LOCAL --query "
|
||||
),
|
||||
new_settings AS
|
||||
(
|
||||
select name, default from system.settings order by name
|
||||
-- Ignore settings that depend on the machine config (max_threads and similar)
|
||||
SELECT name, default FROM system.settings WHERE default NOT LIKE '%auto(%'
|
||||
)
|
||||
SELECT * FROM
|
||||
(
|
||||
|
Loading…
Reference in New Issue
Block a user