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:
		@ -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);
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user