You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-01 06:46:55 +03:00
MCOL-3536 Collation
This commit is contained in:
@ -350,13 +350,12 @@ void PredicateOperator::setOpType(Type& l, Type& r)
|
||||
fOperationType.colDataType = execplan::CalpontSystemCatalog::LONGDOUBLE;
|
||||
fOperationType.colWidth = sizeof(long double);
|
||||
}
|
||||
/*
|
||||
else
|
||||
{
|
||||
fOperationType.colDataType = execplan::CalpontSystemCatalog::DOUBLE;
|
||||
fOperationType.colWidth = 8;
|
||||
}
|
||||
*/
|
||||
|
||||
cs = get_charset(fOperationType.charsetNumber, MYF(MY_WME));
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user