Fix fast test

This commit is contained in:
Antonio Andelic 2023-02-04 10:58:26 +00:00
parent 60e5ee84c2
commit 02c9b82609
2 changed files with 3 additions and 2 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
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 \N \N 0 String
1
1

View File

@ -975,7 +975,8 @@ CREATE TABLE system.settings
`min` Nullable(String),
`max` Nullable(String),
`readonly` UInt8,
`type` String
`type` String,
`alias_for` String
)
ENGINE = SystemSettings
COMMENT 'SYSTEM TABLE is built on the fly.'