mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-03 13:02:00 +00:00
Update ParserShowTablesQuery.cpp
This commit is contained in:
parent
75075a7b2b
commit
9c86c12891
@ -73,7 +73,7 @@ bool ParserShowTablesQuery::parseImpl(Pos & pos, ASTPtr & node, Expected & expec
|
||||
String cluster_str;
|
||||
if (!parseIdentifierOrStringLiteral(pos, expected, cluster_str))
|
||||
return false;
|
||||
|
||||
|
||||
query->cluster_str = std::move(cluster_str);
|
||||
}
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user