You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-01 06:46:55 +03:00
change GlusterConfig to DataRedundancyConfig in configuration file
This commit is contained in:
@ -1303,7 +1303,7 @@ namespace oam
|
||||
};
|
||||
typedef std::vector<DataRedundancyStorageSetup> DataRedundancyStorage;
|
||||
|
||||
struct DataRedundancyConfig_s
|
||||
struct DataRedundancySetup_s
|
||||
{
|
||||
int pmID;
|
||||
std::string pmHostname;
|
||||
@ -1311,7 +1311,7 @@ namespace oam
|
||||
std::vector<int> dbrootCopies;
|
||||
DataRedundancyStorage storageLocations;
|
||||
};
|
||||
typedef struct DataRedundancyConfig_s DataRedundancyConfig;
|
||||
typedef struct DataRedundancySetup_s DataRedundancySetup;
|
||||
|
||||
// username / password for smbclient use
|
||||
const std::string USERNAME = "oamuser";
|
||||
|
Reference in New Issue
Block a user