You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-07 03:22:57 +03:00
Revert "This reverts MCOL-5044 AKA FairThreadPool that breaks regr test002"
This reverts commit 61359119ad
.
This commit is contained in:
committed by
Roman Nozdrin
parent
658bacf01d
commit
6cff14997d
@@ -135,6 +135,12 @@ class BatchPrimitiveProcessor
|
||||
{
|
||||
fBusy = b;
|
||||
}
|
||||
|
||||
size_t getWeight() const
|
||||
{
|
||||
return weight_;
|
||||
}
|
||||
|
||||
uint16_t FilterCount() const
|
||||
{
|
||||
return filterCount;
|
||||
@@ -433,9 +439,9 @@ class BatchPrimitiveProcessor
|
||||
bool firstInstance;
|
||||
uint64_t valuesLBID;
|
||||
bool initiatedByEM_;
|
||||
uint32_t weight_;
|
||||
|
||||
static const uint64_t maxResultCount = 1048576; // 2^20
|
||||
|
||||
friend class Command;
|
||||
friend class ColumnCommand;
|
||||
friend class DictStep;
|
||||
|
Reference in New Issue
Block a user