1
0
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:
David.Hall
2021-02-17 13:31:35 -06:00
committed by GitHub
7 changed files with 119 additions and 17 deletions

View File

@ -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;