You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +03:00
change to run in HVM instance
This commit is contained in:
@ -2325,6 +2325,10 @@ namespace oam
|
||||
*/
|
||||
EXPORT std::string getEC2LocalInstanceType(std::string name = "dummy");
|
||||
|
||||
/** @brief getEC2LocalInstanceSubnet
|
||||
*/
|
||||
EXPORT std::string getEC2LocalInstanceSubnet(std::string name = "dummy");
|
||||
|
||||
/** @brief launchEC2Instance
|
||||
*/
|
||||
EXPORT std::string launchEC2Instance(const std::string name = "dummy", const std::string IPAddress = oam::UnassignedName, const std::string type = oam::UnassignedName, const std::string group = oam::UnassignedName);
|
||||
|
Reference in New Issue
Block a user