update _remove.flag suffix to .remove_flag suffix

This commit is contained in:
Winter Zhang 2019-12-14 04:15:40 +08:00 committed by GitHub
parent 713923e451
commit 690502a435
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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