mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Merge
This commit is contained in:
parent
240d5c5b58
commit
e948f1d1c1
@ -39,7 +39,7 @@ static void executeCreateQuery(const String & query, Context & context, const St
|
||||
/// Исправление для ChunkMerger.
|
||||
if (e.code() == ErrorCodes::TABLE_ALREADY_EXISTS)
|
||||
{
|
||||
if (const auto id = dynamic_cast<const ASTIdentifier *>(ast_create_query.storage.get()))
|
||||
if (const auto id = dynamic_cast<const ASTFunction *>(ast_create_query.storage.get()))
|
||||
{
|
||||
if (id->name == "TinyLog")
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user