mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 18:12:02 +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;
|
||||
};
|
||||
|
||||
|
||||
class Clusters
|
||||
{
|
||||
public:
|
||||
|
@ -72,11 +72,13 @@ private:
|
||||
context.assertDatabaseExists(source_database);
|
||||
const Tables & tables = context.getDatabases().at(source_database);
|
||||
for (Tables::const_iterator it = tables.begin(); it != tables.end(); ++it)
|
||||
{
|
||||
if (table_name_regexp.match(it->first))
|
||||
{
|
||||
any_table = it->second;
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if (!any_table)
|
||||
|
Loading…
Reference in New Issue
Block a user