MXS-1653: Remove false error message

Removed false error message about failed session commands. An error in
response to a session command is a perfectly valid result.

Also added the explicit commands that the master and slave return to the
warning that is logged when the results differ.
This commit is contained in:
Markus Mäkelä
2018-02-07 15:57:49 +02:00
parent 2181c9d240
commit 14a4008c84
3 changed files with 4 additions and 33 deletions

View File

@ -1197,8 +1197,6 @@ static void clientReply(MXS_ROUTER *instance,
*/
if (backend->session_command_count())
{
check_session_command_reply(writebuf, backend);
/** This discards all responses that have already been sent to the client */
bool rconn = false;
process_sescmd_response(rses, backend, &writebuf, &rconn);