just trigger ci

This commit is contained in:
Shichao 2024-09-25 14:43:22 -04:00 committed by GitHub
parent b4f19faad8
commit 45eadcf60d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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);
}