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.
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:
committed by
Leonid Fedorov
parent
9f15a0a9ac
commit
5f07828619
@ -108,6 +108,9 @@ void set_diskjoin_largesidelimit(THD* thd, ulong value);
|
||||
ulong get_diskjoin_bucketsize(THD* thd);
|
||||
void set_diskjoin_bucketsize(THD* thd, ulong value);
|
||||
|
||||
ulong get_max_pm_join_result_count(THD* thd);
|
||||
void set_max_pm_join_result_count(THD* thd, ulong value);
|
||||
|
||||
ulong get_um_mem_limit(THD* thd);
|
||||
void set_um_mem_limit(THD* thd, ulong value);
|
||||
|
||||
|
Reference in New Issue
Block a user