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:
Markus Mäkelä 2018-11-28 09:45:39 +02:00
parent 3047b8b4cf
commit 1802151c62

View File

@ -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);