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
MCOL-1797 - change calpont to mariadb columnstore
This commit is contained in:
@ -3068,7 +3068,7 @@ namespace oam
|
||||
switch (returnStatus)
|
||||
{
|
||||
case API_SUCCESS:
|
||||
cout << endl << "Suspend Calpont Database Writes Request successfully completed" << endl;
|
||||
cout << endl << "Suspend MariaDB Columnstore Database Writes Request successfully completed" << endl;
|
||||
break;
|
||||
case API_FAILURE_DB_ERROR:
|
||||
cout << endl << "**** stopDatabaseWrites Failed: save_brm Failed" << endl;
|
||||
@ -10096,7 +10096,7 @@ namespace oam
|
||||
}
|
||||
catch (...)
|
||||
{
|
||||
writeLog("Communication with calpont console failed while waiting for transactions", LOG_TYPE_ERROR);
|
||||
writeLog("Communication with MariaDB ColumnStore Admin console failed while waiting for transactions", LOG_TYPE_ERROR);
|
||||
}
|
||||
// writeLog("Returning from wait with value " + itoa(ret), LOG_TYPE_INFO );
|
||||
return ret;
|
||||
|
Reference in New Issue
Block a user