mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 16:12:01 +00:00
Update StorageSystemDatabases.cpp
This commit is contained in:
parent
614f386145
commit
940a608057
@ -46,7 +46,7 @@ static String getEngineFull(const DatabasePtr & database)
|
||||
break;
|
||||
|
||||
/// Database was dropped
|
||||
if (!locked_database && name == database->getDatabaseName())
|
||||
if (name == database->getDatabaseName())
|
||||
return {};
|
||||
|
||||
guard.reset();
|
||||
|
Loading…
Reference in New Issue
Block a user