1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-30 19:23:07 +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

@ -1165,7 +1165,7 @@ int main(int argc, char** argv)
if (!BRMWrapper::getInstance()->isSystemReady())
{
startupError( std::string(
"System is not ready. Verify that InfiniDB is up and ready "
"System is not ready. Verify that ColumnStore is up and ready "
"before running cpimport."), false );
}