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:
@ -800,8 +800,10 @@ void addOrderByAndLimit(CalpontSelectExecutionPlan* csep, JobInfo& jobInfo)
|
||||
//XXX use this before connector sets colType in sc correctly.
|
||||
// type of pseudo column is set by connector
|
||||
if (sc->isColumnStore() && !(dynamic_cast<PseudoColumn*>(sc)))
|
||||
{
|
||||
ct = jobInfo.csc->colType(sc->oid());
|
||||
|
||||
ct.charsetNumber =sc->colType().charsetNumber;
|
||||
}
|
||||
//X
|
||||
dictOid = isDictCol(ct);
|
||||
}
|
||||
|
Reference in New Issue
Block a user