MXS-1376 All zombie related code removed
As dcbs are now closed when dcb_close() is called and there is no zombie queue, the zombie state can also be removed.
This commit is contained in:
@ -434,7 +434,7 @@ gw_read_backend_event(DCB *dcb)
|
||||
return 0;
|
||||
}
|
||||
|
||||
if (dcb->dcb_is_zombie || dcb->session == NULL ||
|
||||
if (dcb->session == NULL ||
|
||||
dcb->session->state == SESSION_STATE_DUMMY)
|
||||
{
|
||||
return 0;
|
||||
|
Reference in New Issue
Block a user