MXS-1267: Remove DCB cloning
The DCB cloning is no longer needed as the tee filter now does the session branching by simulating a local client connection.
This commit is contained in:
@ -728,13 +728,6 @@ route_target_t get_route_target(ROUTER_CLIENT_SES *rses,
|
||||
{
|
||||
target = TARGET_MASTER;
|
||||
}
|
||||
/**
|
||||
* A cloned session, route everything to the master
|
||||
*/
|
||||
else if (DCB_IS_CLONE(rses->client_dcb))
|
||||
{
|
||||
target = TARGET_MASTER;
|
||||
}
|
||||
/**
|
||||
* These queries are not affected by hints
|
||||
*/
|
||||
|
Reference in New Issue
Block a user