Update ParserShowTablesQuery.cpp

This commit is contained in:
tavplubix 2020-06-10 21:11:30 +03:00 committed by GitHub
parent 75075a7b2b
commit 9c86c12891
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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