You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-01 06:46:55 +03:00
MCOL-5522 Properly process pm join result count. (#2909)
This patch: 1. Properly processes situation when pm join result count is exceeded. 2. Adds session variable 'columnstore_max_pm_join_result_count` to control the limit.
This commit is contained in:
@ -91,6 +91,7 @@ JobStep::JobStep(const JobInfo& j)
|
||||
, fProgress(0)
|
||||
, fStartTime(-1)
|
||||
, fTimeZone(j.timeZone)
|
||||
, fMaxPmJoinResultCount(j.maxPmJoinResultCount)
|
||||
{
|
||||
QueryTeleServerParms tsp;
|
||||
string teleServerHost(Config::makeConfig()->getConfig("QueryTele", "Host"));
|
||||
|
Reference in New Issue
Block a user