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-5152 This patch enables PP to put ByteStreams into DEC input queue directly for a local PP-EM connection
This commit is contained in:
@ -53,7 +53,6 @@
|
||||
#include "bppsendthread.h"
|
||||
#include "columnwidth.h"
|
||||
|
||||
//#define PRIMPROC_STOPWATCH
|
||||
#ifdef PRIMPROC_STOPWATCH
|
||||
#include "stopwatch.h"
|
||||
#endif
|
||||
@ -433,6 +432,7 @@ class BatchPrimitiveProcessor
|
||||
uint ptMask;
|
||||
bool firstInstance;
|
||||
uint64_t valuesLBID;
|
||||
bool initiatedByEM_;
|
||||
|
||||
static const uint64_t maxResultCount = 1048576; // 2^20
|
||||
|
||||
|
Reference in New Issue
Block a user