mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-30 11:32:03 +00:00
Whitespaces [#METR-2944].
This commit is contained in:
parent
7b9d9631de
commit
cd7b937342
@ -121,6 +121,7 @@ private:
|
|||||||
size_t local_shard_count = 0;
|
size_t local_shard_count = 0;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
class Clusters
|
class Clusters
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
@ -72,11 +72,13 @@ private:
|
|||||||
context.assertDatabaseExists(source_database);
|
context.assertDatabaseExists(source_database);
|
||||||
const Tables & tables = context.getDatabases().at(source_database);
|
const Tables & tables = context.getDatabases().at(source_database);
|
||||||
for (Tables::const_iterator it = tables.begin(); it != tables.end(); ++it)
|
for (Tables::const_iterator it = tables.begin(); it != tables.end(); ++it)
|
||||||
|
{
|
||||||
if (table_name_regexp.match(it->first))
|
if (table_name_regexp.match(it->first))
|
||||||
{
|
{
|
||||||
any_table = it->second;
|
any_table = it->second;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!any_table)
|
if (!any_table)
|
||||||
|
Loading…
Reference in New Issue
Block a user