mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-15 12:14:18 +00:00
add the default value
This commit is contained in:
parent
511aa39b09
commit
1a958122e8
@ -121,7 +121,7 @@ public:
|
||||
|
||||
static inline const auto SUBSTITUTION_ATTRS = {"incl", "from_zk", "from_env"};
|
||||
|
||||
bool is_config_changed;
|
||||
bool is_config_changed = true;
|
||||
private:
|
||||
const std::string path;
|
||||
std::string preprocessed_path;
|
||||
|
Loading…
Reference in New Issue
Block a user