You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-29 03:22:01 +03:00
MCOL-734 - correct command name
This commit is contained in:
@@ -5774,7 +5774,7 @@ int processCommand(string* arguments)
|
||||
{}
|
||||
|
||||
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;
|
||||
cout << endl;
|
||||
break;
|
||||
@@ -6747,7 +6747,7 @@ int processCommand(string* arguments)
|
||||
{}
|
||||
|
||||
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;
|
||||
cout << endl;
|
||||
break;
|
||||
|
Reference in New Issue
Block a user