You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +03:00
MCOL-3536 collation
This commit is contained in:
@ -451,6 +451,15 @@ public:
|
||||
return fRegex;
|
||||
}
|
||||
|
||||
uint32_t charsetNumber() const
|
||||
{
|
||||
return fResultType.charsetNumber;
|
||||
}
|
||||
void charsetNumber(uint32_t cnum)
|
||||
{
|
||||
fResultType.charsetNumber = cnum;
|
||||
}
|
||||
|
||||
protected:
|
||||
Result fResult;
|
||||
execplan::CalpontSystemCatalog::ColType fResultType; // mapped from mysql data type
|
||||
|
Reference in New Issue
Block a user