fix stateless tests

This commit is contained in:
serxa 2022-12-07 20:40:58 +00:00
parent 6428b8a1bb
commit b357652c4b
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -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