Fix regression of MXS-1111
The function that was added to detect the commands that should always be allowed wasn't used.
This commit is contained in:
parent
13997fc5b9
commit
4ccfc35b00
@ -2384,7 +2384,7 @@ routeQuery(MXS_FILTER *instance, MXS_FILTER_SESSION *session, GWBUF *queue)
|
||||
}
|
||||
|
||||
DBFW_USER *user = find_user_data(thr_users, dcb->user, dcb->remote);
|
||||
bool query_ok = false;
|
||||
bool query_ok = command_is_mandatory(queue);
|
||||
|
||||
if (user)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user