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
Fix merge and coding style issues
This commit is contained in:
@ -229,7 +229,7 @@ enum API_STATUS
|
||||
API_CONN_REFUSED,
|
||||
API_CANCELLED,
|
||||
API_STILL_WORKING,
|
||||
API_DETACH_FAILURE,
|
||||
API_DETACH_FAILURE,
|
||||
API_MAX
|
||||
};
|
||||
|
||||
@ -2433,8 +2433,8 @@ public:
|
||||
|
||||
void amazonReattach(std::string toPM, dbrootList dbrootConfigList, bool attach = false);
|
||||
void mountDBRoot(dbrootList dbrootConfigList, bool mount = true);
|
||||
void amazonDetach(dbrootList dbrootConfigList);
|
||||
void amazonAttach(std::string toPM, dbrootList dbrootConfigList);
|
||||
void amazonDetach(dbrootList dbrootConfigList);
|
||||
void amazonAttach(std::string toPM, dbrootList dbrootConfigList);
|
||||
|
||||
/**
|
||||
*@brief gluster control
|
||||
|
Reference in New Issue
Block a user