1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-30 19:23:07 +03:00

Checked for references to DBRootStorageType, made a couple changes

I suspect are necessary to make failover work.
This commit is contained in:
Patrick LeBlanc
2019-06-12 13:07:22 -05:00
parent 366cd406ba
commit 753139a933
3 changed files with 6 additions and 1 deletions

View File

@ -10769,6 +10769,10 @@ void Oam::mountDBRoot(dbrootList dbrootConfigList, bool mount)
}
catch (...) {}
// nothing to do here
if (DBRootStorageType == "storagemanager")
return;
string DataRedundancyConfig = "n";
try