mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Fix ugly bug
This commit is contained in:
parent
2f9f4d4af9
commit
a2eb7c96df
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user