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-520 - add in the mariadb upgrade code
This commit is contained in:
@ -4056,7 +4056,18 @@ int main(int argc, char* argv[])
|
||||
{
|
||||
if ( oam.checkLogStatus(dbbuilderLog, "System catalog appears to exist") )
|
||||
{
|
||||
cout.flush();
|
||||
cout << endl << "Run MariaDB Upgrade.. ";
|
||||
cout.flush();
|
||||
|
||||
//send message to procmon's to run upgrade script
|
||||
int status = sendUpgradeRequest(IserverTypeInstall, pmwithum);
|
||||
|
||||
if ( status != 0 ) {
|
||||
cout << endl << "MariaDB Columnstore Install Failed" << endl << endl;
|
||||
exit(1);
|
||||
}
|
||||
else
|
||||
cout << " DONE" << endl;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user