1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-01 06:46:55 +03:00

Merge pull request #2403 from denis0x0D/MCOL-5109

[MCOL-5109] Make PPS as singleton
This commit is contained in:
Roman Nozdrin
2022-06-21 16:17:05 +03:00
committed by GitHub
13 changed files with 206 additions and 88 deletions

View File

@ -352,6 +352,7 @@ TupleAggregateStep::TupleAggregateStep(const SP_ROWAGG_UM_t& agg, const RowGroup
fExtendedInfo = "TAS: ";
fQtc.stepParms().stepType = StepTeleStats::T_TAS;
fPrimitiveServerThreadPools = jobInfo.primitiveServerThreadPools;
}
TupleAggregateStep::~TupleAggregateStep()