mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 23:52:03 +00:00
update _remove.flag suffix to .remove_flag suffix
This commit is contained in:
parent
713923e451
commit
690502a435
@ -40,7 +40,7 @@ namespace ErrorCodes
|
||||
extern const int UNEXPECTED_AST_STRUCTURE;
|
||||
}
|
||||
|
||||
constexpr static const auto suffix = "_remove.flag";
|
||||
constexpr static const auto suffix = ".remove_flag";
|
||||
static constexpr const std::chrono::seconds cleaner_sleep_time{30};
|
||||
|
||||
String toQueryStringWithQuote(const std::vector<String> & quote_list)
|
||||
|
Loading…
Reference in New Issue
Block a user