1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-30 14:21:11 +03:00

MCOL-734 - correct command name

This commit is contained in:
david hill
2017-06-02 09:26:14 -05:00
parent 22191d9088
commit a82bf1c17e

View File

@@ -5774,7 +5774,7 @@ int processCommand(string* arguments)
{} {}
if ( !dbrootConfigList.empty() ) { if ( !dbrootConfigList.empty() ) {
cout << "**** removeModule Failed : " << (*pt).DeviceName << " has dbroots still assigned. Please run movePmDbrootConfig or unassignPmDbrootConfig."; cout << "**** removeModule Failed : " << (*pt).DeviceName << " has dbroots still assigned. Please run movePmDbrootConfig or unassignDbrootPmConfig.";
quit = true; quit = true;
cout << endl; cout << endl;
break; break;
@@ -6747,7 +6747,7 @@ int processCommand(string* arguments)
{} {}
if ( !dbrootConfigList.empty() ) { if ( !dbrootConfigList.empty() ) {
cout << endl << "**** alterSystem-disableModule Failed : " << (*pt).DeviceName << " has dbroots still assigned and will not be disabled. Please run movePmDbrootConfig or unassignPmDbrootConfig."; cout << endl << "**** alterSystem-disableModule Failed : " << (*pt).DeviceName << " has dbroots still assigned and will not be disabled. Please run movePmDbrootConfig or unassignDbrootPmConfig.";
quit = true; quit = true;
cout << endl; cout << endl;
break; break;