Merge branch '2.2' into develop

This commit is contained in:
Markus Mäkelä
2018-06-04 16:00:19 +03:00
14 changed files with 113 additions and 24 deletions

View File

@ -424,7 +424,7 @@ int32_t SchemaRouterSession::routeQuery(GWBUF* pPacket)
/** We know where to route this query */
SSRBackend bref = get_bref_from_dcb(target_dcb);
if (op == QUERY_OP_LOAD)
if (op == QUERY_OP_LOAD_LOCAL)
{
m_load_target = bref->backend()->server;
}