1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-05 16:15:50 +03:00

MCOL-1370

This commit is contained in:
david hill
2018-05-30 16:16:42 -05:00
parent 4fe399e5c0
commit b2314f152d

View File

@@ -5478,6 +5478,11 @@ namespace oam
}
//detach first to make sure DBS can be detach before trying to move to another pm
DBRootConfigList::iterator pt3 = residedbrootConfigList.begin();
for( ; pt3 != residedbrootConfigList.end() ; )
{
int dbrootID = *pt3;
try
{
typedef std::vector<string> dbrootList;
@@ -5491,6 +5496,7 @@ namespace oam
writeLog("ERROR: amazonDetach failure", LOG_TYPE_ERROR );
exceptionControl("autoMovePmDbroot", API_DETACH_FAILURE);
}
}
//get dbroot id for other PMs
systemStorageInfo_t t;