mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
Update DatabaseMemory.cpp
This commit is contained in:
parent
3e0509af69
commit
7f629c8185
@ -75,7 +75,7 @@ ASTPtr DatabaseMemory::getCreateTableQueryImpl(const String & table_name, const
|
||||
else
|
||||
return {};
|
||||
}
|
||||
return it->second;
|
||||
return it->second->clone();
|
||||
}
|
||||
|
||||
UUID DatabaseMemory::tryGetTableUUID(const String & table_name) const
|
||||
|
Loading…
Reference in New Issue
Block a user