diff options
author | Alexey Botchkov <holyfoot@askmonty.org> | 2016-05-02 12:58:57 +0400 |
---|---|---|
committer | Alexey Botchkov <holyfoot@askmonty.org> | 2016-05-02 12:58:57 +0400 |
commit | 94cd0f6c9b3b04db67501ef29d470f32527ceda2 (patch) | |
tree | fa3fd3226ee2b10ba2c926c1845fb1a0d012142f /storage/oqgraph | |
parent | ad4239cc3dc7ad5f6f264e1fb3cf6d24084bda90 (diff) | |
download | mariadb-git-94cd0f6c9b3b04db67501ef29d470f32527ceda2.tar.gz |
MDEV-9898 SET ROLE NONE can crash mysqld.
The check_user_can_set_role() used find_user_exact() to get the
permissions for the SET ROLE NONE command. Which returned NULL too often,
for instance when user authenticated as 'user'@'%'.
Now we use find_user_wild() instead.
Diffstat (limited to 'storage/oqgraph')
0 files changed, 0 insertions, 0 deletions