mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-17 13:13:36 +00:00
Fix style
This commit is contained in:
parent
211d7e229f
commit
355fbadb31
@ -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)
|
||||
{
|
||||
|
@ -19,6 +19,7 @@ namespace DB
|
||||
namespace ErrorCodes
|
||||
{
|
||||
extern const int BAD_TTL_EXPRESSION;
|
||||
extern const int BAD_ARGUMENTS;
|
||||
};
|
||||
|
||||
StorageInMemoryMetadata::StorageInMemoryMetadata(
|
||||
|
Loading…
Reference in New Issue
Block a user