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
Merge branch 'develop' into MCOL-4841
# Conflicts: # exemgr/main.cpp # oam/etc/Columnstore.xml.singleserver # primitives/primproc/primproc.cpp
This commit is contained in:
@ -257,6 +257,7 @@ class BatchPrimitiveProcessor
|
||||
int128_t max128Val;
|
||||
int64_t maxVal;
|
||||
};
|
||||
bool cpDataFromDictScan;
|
||||
|
||||
uint64_t lbidForCP;
|
||||
bool hasWideColumnOut;
|
||||
@ -432,6 +433,7 @@ class BatchPrimitiveProcessor
|
||||
uint processorThreads;
|
||||
uint ptMask;
|
||||
bool firstInstance;
|
||||
uint64_t valuesLBID;
|
||||
|
||||
static const uint64_t maxResultCount = 1048576; // 2^20
|
||||
|
||||
|
Reference in New Issue
Block a user