1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-30 19:23:07 +03:00

Merge pull request #791 from jmrojas2332/MCOL-1598

MCOL-1598 Fix console output "System Catalog Successfull installed"
This commit is contained in:
Andrew Hutchings
2019-06-25 14:30:34 +01:00
committed by GitHub

View File

@ -989,7 +989,7 @@ int main(int argc, char* argv[])
system(cmd.c_str());
if (oam.checkLogStatus(logFile, "System Catalog created") )
cout << endl << "System Catalog Successfull Created" << endl;
cout << endl << "System Catalog Successfully Created" << endl;
else
{
if ( oam.checkLogStatus(logFile, "System catalog appears to exist") )