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-641 Addition now works for DECIMAL columns with precision > 18.
This commit is contained in:
@ -1726,7 +1726,7 @@ void BatchPrimitiveProcessor::execute()
|
||||
if (fe2->evaluate(&fe2In))
|
||||
{
|
||||
applyMapping(fe2Mapping, fe2In, &fe2Out);
|
||||
//cerr << " passed. output row: " << fe2Out.toString() << endl;
|
||||
cerr << " passed. output row: " << fe2Out.toString() << endl;
|
||||
fe2Out.setRid (fe2In.getRelRid());
|
||||
fe2Output.incRowCount();
|
||||
fe2Out.nextRow();
|
||||
|
@ -593,7 +593,7 @@ void ColumnCommand::prep(int8_t outputType, bool absRids)
|
||||
break;
|
||||
case 16:
|
||||
// WIP MCOL-641
|
||||
cout << __FILE__<< ":" <<__LINE__ << " Fix shift and mask for 16 Bytes ?"<< endl;
|
||||
cout << __FILE__<< ":" <<__LINE__ << " Set shift and mask for 16 Bytes"<< endl;
|
||||
shift = 1;
|
||||
mask = 0x01;
|
||||
break;
|
||||
|
Reference in New Issue
Block a user