You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-30 14:21:11 +03:00
MCOL-453 - added check to not allow removemodule to run on non-parent
This commit is contained in:
@@ -5567,6 +5567,12 @@ int processCommand(string* arguments)
|
||||
break;
|
||||
}
|
||||
|
||||
if ( localModule != parentOAMModule ) {
|
||||
// exit out since not on Parent OAM Module
|
||||
cout << endl << "**** addModule Failed : only should be run on the Parent OAM Module, which is '" << parentOAMModule << "'" << endl;
|
||||
break;
|
||||
}
|
||||
|
||||
switch ( serverInstallType ) {
|
||||
case (oam::INSTALL_COMBINE_DM_UM_PM):
|
||||
{
|
||||
|
Reference in New Issue
Block a user