Prepare binlogrouter for removal of router_options

To prepare the router's for the eventual removal of the router_options
parameter, the API option arguments should not be used. The parameters can
be substituted by tokenizing the value of the parameter that is still
stored as a part of the service.
This commit is contained in:
Markus Mäkelä
2018-07-09 22:23:31 +03:00
parent b320217212
commit e353d14550
5 changed files with 203 additions and 229 deletions

View File

@ -3799,7 +3799,7 @@ const char *blr_get_encryption_algorithm(int algo)
* @param name The algorithm string
* @return The numeric value or -1 on error
*/
int blr_check_encryption_algorithm(char *name)
int blr_check_encryption_algorithm(const char *name)
{
if (name)
{