Fix MaterializedMySQL

This commit is contained in:
Alexey Milovidov 2024-08-06 03:30:19 +02:00
parent 6a3d4152d7
commit 52f3ad97e8

View File

@ -46,6 +46,7 @@ DatabaseMaterializedMySQL::DatabaseMaterializedMySQL(
, settings(std::move(settings_))
, materialize_thread(context_, database_name_, mysql_database_name_, std::move(pool_), std::move(client_), binlog_client_, settings.get())
{
createDirectories();
}
void DatabaseMaterializedMySQL::rethrowExceptionIfNeeded() const