Merge branch '2.1' into 2.2
This commit is contained in:
@ -220,7 +220,7 @@ public:
|
||||
* @param prefix file name prefix
|
||||
* @return 0 if success
|
||||
*/
|
||||
int copy_mariadb_logs(Mariadb_nodes *repl, char * prefix);
|
||||
int copy_mariadb_logs(Mariadb_nodes *repl, const char* prefix);
|
||||
|
||||
/**
|
||||
* @brief no_backend_log_copy if true logs from backends are not copied (needed if case of Aurora RDS backend or similar)
|
||||
@ -700,7 +700,7 @@ public:
|
||||
* @param snapshot_name name of snapshot to revert
|
||||
* @return 0 in case of success or mdbci error code in case of error
|
||||
*/
|
||||
int revert_snapshot(char * snapshot_name);
|
||||
int revert_snapshot(const char* snapshot_name);
|
||||
|
||||
/**
|
||||
* @brief Test a bad configuration
|
||||
|
Reference in New Issue
Block a user