Fix debug assert on reconnection with session commands
When a query was routed to a server that must first be connected to, the expected response count was not updated for the executed session commands.
This commit is contained in:
@ -92,7 +92,7 @@ public:
|
||||
*/
|
||||
bool continue_write(GWBUF* buffer)
|
||||
{
|
||||
return mxs::Backend::write(buffer);
|
||||
return mxs::Backend::write(buffer, Backend::NO_RESPONSE);
|
||||
}
|
||||
|
||||
void close(close_type type = CLOSE_NORMAL);
|
||||
|
||||
Reference in New Issue
Block a user