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-104 First pass of InfiniDB rename in code
This commit is contained in:
@ -387,7 +387,7 @@ void ExpressionStep::populateColumnInfo(SimpleColumn* sc, JobInfo& jobInfo)
|
||||
sc->oid(tblOid + 1 + sc->colPosition());
|
||||
ct = sc->resultType();
|
||||
}
|
||||
else if (sc->isInfiniDB() == false)
|
||||
else if (sc->isColumnStore() == false)
|
||||
{
|
||||
ct = sc->colType();
|
||||
}
|
||||
@ -515,7 +515,7 @@ void ExpressionStep::updateInputIndex(map<uint32_t, uint32_t>& indexMap, const J
|
||||
{
|
||||
ct = sc->resultType();
|
||||
}
|
||||
else if (sc->isInfiniDB() == false)
|
||||
else if (sc->isColumnStore() == false)
|
||||
{
|
||||
ct = sc->colType();
|
||||
}
|
||||
|
Reference in New Issue
Block a user