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
Merge pull request #237 from mariadb-corporation/MCOL-519-Fixes
Mcol 519 fixes
This commit is contained in:
@ -1304,7 +1304,7 @@ namespace oam
|
||||
};
|
||||
typedef std::vector<DataRedundancyStorageSetup> DataRedundancyStorage;
|
||||
|
||||
struct DataRedundancyConfig_s
|
||||
struct DataRedundancySetup_s
|
||||
{
|
||||
int pmID;
|
||||
std::string pmHostname;
|
||||
@ -1312,7 +1312,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