Merge branch '2.3' into 2.4

This commit is contained in:
Markus Mäkelä
2020-07-24 08:01:53 +03:00
3 changed files with 24 additions and 10 deletions

View File

@ -96,6 +96,7 @@ int ThrottleSession::real_routeQuery(GWBUF* buffer, bool is_delayed)
MXS_NOTICE("Query throttling Session %ld user %s, throttling limit reached. Disconnect.",
m_pSession->ses_id,
m_pSession->client_dcb->user);
gwbuf_free(buffer);
return false; // disconnect
}
}