1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-30 19:23:07 +03:00

Revert "Merge pull request #2027 from mariadb-corporation/bar-develop-MCOL-4791"

This reverts commit 643c06b7fe, reversing
changes made to c679b11ef6.
This commit is contained in:
Gagan Goel
2021-07-13 10:56:23 +00:00
parent 6e45c125c7
commit 90e5218c71

View File

@ -827,7 +827,10 @@ void ColumnCommand::duplicate(ColumnCommand* cc)
cc->_isScan = _isScan;
cc->traceFlags = traceFlags;
cc->filterString = filterString;
cc->colType = colType;
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;