Files
MaxScale/server
Markus Mäkelä e561c3995c Use correct write in Backend::execute_session_command
Backend::execute_session_command would use the overridden write method
instead of the Backend::write method that it intended to use. This caused
session commands that did not expect a response to be in a state that
expected a result.

Also fixed RWBackend::write pass the response_type value to
Backend::write.
2018-06-22 10:37:11 +03:00
..
2018-04-23 14:02:54 +03:00
2017-01-16 10:56:33 +02:00