1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-08 14:22:09 +03:00

MCOL-104 Remove InfiniDB Engine

Remove the InfiniDB engine which is a duplicate of the ColumnStore
engine.
This commit is contained in:
Andrew Hutchings
2019-08-09 11:51:55 +01:00
parent a1d1bd7392
commit 7b006b6e74
7 changed files with 9 additions and 80 deletions

View File

@@ -264,7 +264,7 @@ const string SimpleColumn::toString() const
<< cardinality() << '/'
<< joinInfo() << '/'
<< colSource() << '/'
<< (isInfiniDB() ? "InfiniDB" : "ForeignEngine") << '/'
<< (isInfiniDB() ? "ColumnStore" : "ForeignEngine") << '/'
<< colPosition() << endl;
return output.str();