mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Merge pull request #41605 from ClickHouse/fix-amusing-error
Fix amusing error in conversion from Ordinary to Atomic
This commit is contained in:
commit
5c508909c0
@ -390,8 +390,8 @@ static void maybeConvertOrdinaryDatabaseToAtomic(ContextMutablePtr context, cons
|
||||
catch (Exception & e)
|
||||
{
|
||||
e.addMessage("Exception while trying to convert database {} from Ordinary to Atomic. It may be in some intermediate state."
|
||||
"You can finish conversion manually by moving the rest tables from {} to {} (using RENAME TABLE)"
|
||||
"and executing DROP DATABASE {} and RENAME DATABASE {} TO {}.",
|
||||
" You can finish conversion manually by moving the rest tables from {} to {} (using RENAME TABLE)"
|
||||
" and executing DROP DATABASE {} and RENAME DATABASE {} TO {}.",
|
||||
database_name, database_name, tmp_name, database_name, tmp_name, database_name);
|
||||
throw;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user