mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 08:02:02 +00:00
fix stateless tests
This commit is contained in:
parent
6428b8a1bb
commit
b357652c4b
@ -1,4 +1,4 @@
|
||||
send_timeout 300 0 Timeout for sending data to network, in seconds. If client needs to sent some data, but it did not able to send any bytes in this interval, exception is thrown. If you set this setting on client, the \'receive_timeout\' for the socket will be also set on the corresponding connection end on the server. \N \N 0 Seconds
|
||||
storage_policy default 0 Name of storage disk policy String
|
||||
storage_policy default 0 Name of storage disk policy \N \N 0 String
|
||||
1
|
||||
1
|
||||
|
@ -330,6 +330,9 @@ CREATE TABLE system.merge_tree_settings
|
||||
`value` String,
|
||||
`changed` UInt8,
|
||||
`description` String,
|
||||
`min` Nullable(String),
|
||||
`max` Nullable(String),
|
||||
`readonly` UInt8,
|
||||
`type` String
|
||||
)
|
||||
ENGINE = SystemMergeTreeSettings
|
||||
@ -889,6 +892,9 @@ CREATE TABLE system.replicated_merge_tree_settings
|
||||
`value` String,
|
||||
`changed` UInt8,
|
||||
`description` String,
|
||||
`min` Nullable(String),
|
||||
`max` Nullable(String),
|
||||
`readonly` UInt8,
|
||||
`type` String
|
||||
)
|
||||
ENGINE = SystemReplicatedMergeTreeSettings
|
||||
|
Loading…
Reference in New Issue
Block a user