Removed false debug assertion in readwritesplit

The readwritesplit assumed that the execution of a session command would
always succeed. This is not the case when a write to the backend server
fails and it is not something that shouldn't happen.
This commit is contained in:
Markus Makela 2016-03-21 14:04:13 +02:00
parent dfa50f4f95
commit 19016f4a9b

View File

@ -2906,7 +2906,7 @@ static void clientReply (
bref->bref_backend->backend_server->port);
succp = execute_sescmd_in_backend(bref);
ss_dassert(succp);
if(!succp)
{
MXS_INFO("Backend %s:%d failed to execute session command.",