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
MCOL-5021 Fix a minor bug related to the AUX column support in cpimport.
This commit is contained in:
@ -382,6 +382,7 @@ int BulkLoad::loadJobInfo(const string& fullName, bool bUseTempJobFile, int argc
|
||||
execplan::AUX_COL_WIDTH, execplan::AUX_COL_WIDTH,
|
||||
execplan::AUX_COL_COMPRESSION_TYPE, execplan::AUX_COL_COMPRESSION_TYPE,
|
||||
execplan::AUX_COL_MINVALUE, execplan::AUX_COL_MAXVALUE, true, 1);
|
||||
curColumn.fFldColRelation = BULK_FLDCOL_COLUMN_DEFAULT;
|
||||
curJob.jobTableList[i].colList.push_back(curColumn);
|
||||
JobFieldRef fieldRef(BULK_FLDCOL_COLUMN_DEFAULT, curJob.jobTableList[i].colList.size() - 1);
|
||||
curJob.jobTableList[i].fFldRefs.push_back(fieldRef);
|
||||
|
Reference in New Issue
Block a user