You've already forked mariadb-columnstore-engine
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:
@ -989,7 +989,7 @@ int main(int argc, char* argv[])
|
|||||||
system(cmd.c_str());
|
system(cmd.c_str());
|
||||||
|
|
||||||
if (oam.checkLogStatus(logFile, "System Catalog created") )
|
if (oam.checkLogStatus(logFile, "System Catalog created") )
|
||||||
cout << endl << "System Catalog Successfull Created" << endl;
|
cout << endl << "System Catalog Successfully Created" << endl;
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
if ( oam.checkLogStatus(logFile, "System catalog appears to exist") )
|
if ( oam.checkLogStatus(logFile, "System catalog appears to exist") )
|
||||||
|
Reference in New Issue
Block a user