Update StorageMergeTree.cpp

This commit is contained in:
alexey-milovidov 2019-03-12 16:24:56 +03:00 committed by GitHub
parent 6daee801fa
commit 72f785bd1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -194,7 +194,7 @@ void StorageMergeTree::rename(const String & new_path_to_db, const String & /*ne
std::vector<MergeTreeData::AlterDataPartTransactionPtr> StorageMergeTree::prepare_alter_transactions(
const ColumnsDescription& new_columns, const IndicesDescription& new_indices, const size_t thread_pool_size)
const ColumnsDescription & new_columns, const IndicesDescription & new_indices, const size_t thread_pool_size)
{
ThreadPool thread_pool(thread_pool_size);