1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-29 03:22:01 +03:00
This commit is contained in:
David Hill
2016-12-08 13:15:55 -06:00
parent 9152d920eb
commit 10b0199e81
3 changed files with 4 additions and 17 deletions

View File

@@ -1889,13 +1889,6 @@ int processCommand(string* arguments)
case 14: // addDbroot parameters: dbroot-number
{
parentOAMModule = getParentOAMModule();
if ( localModule != parentOAMModule ) {
//exit out since not on Parent OAM Module
cout << endl << "**** addDbroot Failed : only should be run on the Parent OAM Module, which is '" << parentOAMModule << "'" << endl;
break;
}
string GlusterConfig = "n";
try {
oam.getSystemConfig( "GlusterConfig", GlusterConfig);
@@ -1985,12 +1978,6 @@ int processCommand(string* arguments)
case 15: // removeDbroot parameters: dbroot-list
{
parentOAMModule = getParentOAMModule();
if ( localModule != parentOAMModule ) {
//exit out since not on Parent OAM Module
cout << endl << "**** removeDbroot Failed : only should be run on the Parent OAM Module, which is '" << parentOAMModule << "'" << endl;
break;
}
string GlusterConfig = "n";
try {