mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-03 13:02:00 +00:00
just trigger ci
This commit is contained in:
parent
b4f19faad8
commit
45eadcf60d
@ -145,7 +145,7 @@ ASTPtr DatabaseMySQL::getCreateTableQueryImpl(const String & table_name, Context
|
||||
|
||||
try
|
||||
{
|
||||
/// This function can throw mysql exception, we don't have enough context to handle it
|
||||
/// This function can throw mysql exception, we don't have enough context to handle it.
|
||||
/// So we just catch and re-throw as known exception if needed.
|
||||
fetchTablesIntoLocalCache(local_context);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user