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-4802 Removed ByteStream methods for bool manipulations and add some logging into I_S.columnstore_files
This commit is contained in:
committed by
Roman Nozdrin
parent
b9bd207d3b
commit
fb5ba84212
@ -364,7 +364,8 @@ void BatchPrimitiveProcessor::initBPP(ByteStream& bs)
|
||||
{
|
||||
deserializeVector<uint32_t>(bs, tlLargeSideKeyColumns[i]);
|
||||
bs >> tlSmallSideKeyLengths[i];
|
||||
bs >> mJOINHasSkewedKeyColumn;
|
||||
bs >> tmp8;
|
||||
mJOINHasSkewedKeyColumn = (bool) tmp8;
|
||||
// Deser smallSideRG if key data types are different, e.g. INT vs wide-DECIMAL.
|
||||
if (mJOINHasSkewedKeyColumn && !smallSideRGRecvd)
|
||||
{
|
||||
|
Reference in New Issue
Block a user