You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +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:
@ -1105,6 +1105,7 @@ void BatchPrimitiveProcessorJL::createBPP(ByteStream& bs) const
|
||||
/* if HAS_JOINER, send the init params */
|
||||
if (flags & HAS_JOINER)
|
||||
{
|
||||
bs << (uint32_t)maxPmJoinResultCount;
|
||||
if (ot == ROW_GROUP)
|
||||
{
|
||||
idbassert(tJoiners.size() > 0);
|
||||
|
Reference in New Issue
Block a user