You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-08 14:22:09 +03:00
Revert "Merge pull request #2027 from mariadb-corporation/bar-develop-MCOL-4791"
This reverts commit643c06b7fe
, reversing changes made toc679b11ef6
.
This commit is contained in:
@@ -827,7 +827,10 @@ void ColumnCommand::duplicate(ColumnCommand* cc)
|
|||||||
cc->_isScan = _isScan;
|
cc->_isScan = _isScan;
|
||||||
cc->traceFlags = traceFlags;
|
cc->traceFlags = traceFlags;
|
||||||
cc->filterString = filterString;
|
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->BOP = BOP;
|
||||||
cc->filterCount = filterCount;
|
cc->filterCount = filterCount;
|
||||||
cc->fFilterFeeder = fFilterFeeder;
|
cc->fFilterFeeder = fFilterFeeder;
|
||||||
|
Reference in New Issue
Block a user