mirror of https://github.com/MariaDB/server
Browse Source
check_access() returning false for a database does not guarantee that the access is granted to it. This wrong condition in filling the INFORMATION_SCHEMA tables causes extra tables to be returned to the user even if he has no rights to see them. Fixed by correcting the condition.pull/73/head
3 changed files with 53 additions and 4 deletions
Loading…
Reference in new issue