Merge branch '2.3' into 2.4

This commit is contained in:
Markus Mäkelä
2020-09-15 18:02:24 +03:00

View File

@ -1108,7 +1108,7 @@ QueryClassifier::RouteInfo QueryClassifier::update_route_info(
process_routing_hints(pBuffer->hint, &route_target);
if (route_target == TARGET_SLAVE)
if (route_target == TARGET_SLAVE && command == MXS_COM_QUERY)
{
const QC_FUNCTION_INFO* infos = nullptr;
size_t n_infos = 0;