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:
@ -1026,7 +1026,7 @@ extern bool blr_send_event(blr_thread_role_t role,
|
||||
uint8_t *buf);
|
||||
|
||||
extern const char *blr_get_encryption_algorithm(int);
|
||||
extern int blr_check_encryption_algorithm(char *);
|
||||
extern int blr_check_encryption_algorithm(const char *);
|
||||
extern const char *blr_encryption_algorithm_list(void);
|
||||
extern bool blr_get_encryption_key(ROUTER_INSTANCE *);
|
||||
extern void blr_set_checksum(ROUTER_INSTANCE *instance, GWBUF *buf);
|
||||
|
Reference in New Issue
Block a user