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:
@ -95,7 +95,10 @@ uint64_t getColumnIndex(const SRCP& c, const map<uint64_t, uint64_t>& m, JobInfo
|
||||
//XXX use this before connector sets colType in sc correctly.
|
||||
// type of pseudo column is set by connector
|
||||
if (!(dynamic_cast<const PseudoColumn*>(sc)))
|
||||
{
|
||||
ct = jobInfo.csc->colType(sc->oid());
|
||||
ct.charsetNumber =sc->colType().charsetNumber;
|
||||
}
|
||||
|
||||
//X
|
||||
CalpontSystemCatalog::OID dictOid = isDictCol(ct);
|
||||
|
Reference in New Issue
Block a user