Merge branch '2.1' into develop
This commit is contained in:
@ -52,6 +52,14 @@ public:
|
||||
*/
|
||||
SERVER* get_location(std::string db);
|
||||
|
||||
/**
|
||||
* @brief Change the location of a database
|
||||
*
|
||||
* @param db Database to relocate
|
||||
* @param target Target where database is relocated to
|
||||
*/
|
||||
void replace_location(std::string db, SERVER* target);
|
||||
|
||||
/**
|
||||
* @brief Check if shard contains stale information
|
||||
*
|
||||
|
Reference in New Issue
Block a user