mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Continue fixing garbage
This commit is contained in:
parent
c753550d0b
commit
4c4c60f15d
@ -271,8 +271,7 @@ void ASTSystemQuery::formatImpl(const FormatSettings & settings, FormatState & s
|
||||
{
|
||||
if (!filesystem_cache_name.empty())
|
||||
{
|
||||
settings.ostr << ' ';
|
||||
print_identifier(filesystem_cache_name);
|
||||
settings.ostr << ' ' << quoteString(filesystem_cache_name);
|
||||
if (!key_to_drop.empty())
|
||||
{
|
||||
print_keyword(" KEY ");
|
||||
|
Loading…
Reference in New Issue
Block a user