Fix ugly bug

This commit is contained in:
Alexey Milovidov 2020-12-03 19:51:27 +03:00
parent 2f9f4d4af9
commit a2eb7c96df

View File

@ -2015,7 +2015,7 @@ void Context::checkCanBeDropped(const String & database, const String & table, c
"1. Size ({}) is greater than max_[table/partition]_size_to_drop ({})\n"
"2. File '{}' intended to force DROP {}\n"
"How to fix this:\n"
"1. Either increase (or set to zero) max_[table/partition]_size_to_drop in server config\n",
"1. Either increase (or set to zero) max_[table/partition]_size_to_drop in server config\n"
"2. Either create forcing file {} and make sure that ClickHouse has write permission for it.\n"
"Example:\nsudo touch '{}' && sudo chmod 666 '{}'",
backQuoteIfNeed(database), backQuoteIfNeed(table),