Fix style

This commit is contained in:
alesapin 2020-05-25 22:18:01 +03:00
parent 211d7e229f
commit 355fbadb31
2 changed files with 1 additions and 1 deletions

View File

@ -581,7 +581,6 @@ void MergeTreeData::initPartitionKey(ASTPtr partition_by_ast)
}
void MergeTreeData::setTTLExpressions(const ColumnsDescription & new_columns,
const ASTPtr & new_ttl_table_ast, bool only_check)
{

View File

@ -19,6 +19,7 @@ namespace DB
namespace ErrorCodes
{
extern const int BAD_TTL_EXPRESSION;
extern const int BAD_ARGUMENTS;
};
StorageInMemoryMetadata::StorageInMemoryMetadata(