Fix blr server protocol name
The server that the binlogrouter creates used the old protocol name that caused a confusing deprecation warning.
This commit is contained in:
parent
3047b8b4cf
commit
1802151c62
@ -807,7 +807,7 @@ static MXS_ROUTER* createInstance(SERVICE* service, MXS_CONFIG_PARAMETER* params
|
||||
{
|
||||
{"address", "_none_"},
|
||||
{"port", "3306"},
|
||||
{"protocol", "MySQLBackend"},
|
||||
{"protocol", "mariadbbackend"},
|
||||
{"authenticator", "MySQLBackendAuth"}
|
||||
}, config_server_params);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user