This commit is contained in:
Nikita Taranov 2024-08-18 20:51:40 +01:00
parent 683b84e6b6
commit 3883627aad
2 changed files with 1 additions and 1 deletions

View File

@ -24,6 +24,7 @@ namespace ErrorCodes
{
extern const int CANNOT_SCHEDULE_TASK;
extern const int LOGICAL_ERROR;
extern const int BAD_ARGUMENTS;
}
MergeTreeReadPool::MergeTreeReadPool(

View File

@ -13,7 +13,6 @@ namespace DB
namespace ErrorCodes
{
extern const int LOGICAL_ERROR;
extern const int BAD_ARGUMENTS;
}
MergeTreeReadPoolBase::MergeTreeReadPoolBase(