You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-29 08:21:15 +03:00
Merge pull request #1769 from mariadb-corporation/bar-develop-MCOL-4527
A join patch for MCOL-4527 (a performance hack) and MCOL-4539 (a bug …
This commit is contained in:
@ -842,6 +842,7 @@ void ColumnCommand::duplicate(ColumnCommand* cc)
|
||||
cc->colType.colDataType = colType.colDataType;
|
||||
cc->colType.compressionType = colType.compressionType;
|
||||
cc->colType.colWidth = colType.colWidth;
|
||||
cc->colType.charsetNumber = colType.charsetNumber;
|
||||
cc->BOP = BOP;
|
||||
cc->filterCount = filterCount;
|
||||
cc->fFilterFeeder = fFilterFeeder;
|
||||
|
Reference in New Issue
Block a user