Backed dcb close if now forced after routing COM_QUERY and close client dcb, in mysql_client.c gw_read_client_event
/** close backends connection */ router->closeSession(router_instance, rsession); Tested only with readconroute router module
This commit is contained in:
@ -704,8 +704,9 @@ int gw_read_client_event(DCB* dcb) {
|
||||
dcb);
|
||||
|
||||
/** close client connection */
|
||||
|
||||
(dcb->func).close(dcb);
|
||||
(dcb->func).close(dcb);
|
||||
/** close backends connection */
|
||||
router->closeSession(router_instance, rsession);
|
||||
rc = 1;
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user